The I2TU BT.709
standard calculates relative - apparent - luminance. The HSV space, in turn, provides the ability to change the absolute value of the brightness. The question arose of how to relate these values. Let's say in HSV space the brightness of a color x
is 90%, while the formula for relative brightness is 70%. How do I calculate the amount of change in brightness in HSV space so that the relative brightness is, say, reduced to 60%?
I could only get to the trivial option - too much, but I want to find a more effective solution.