Shades of Royal Heath #9F5075
Tints of Royal Heath #9F5075
RGB
CMYK
RGB Variations
Color information
#9F5075 (or 0x9F5075) is known color: Royal Heath. HEX triplet: 9F, 50 and 75. RGB value is (159,80,117). Sum of RGB (Red+Green+Blue) = 159+80+117=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5075 is #60AF8A. Grayscale: #6B6B6B. Windows color (decimal): -6336395 or 7688351. OLE color: 7688351.
HSL color Cylindrical-coordinate representation of color #9F5075: hue angle of 331.9º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5075 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 117 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.38 |
| HSL | 331.9º | 0.33% | 0.47% | - |
| HSV(B) | 331.9º | 0.5% | 0.62% | - |
| XYZ | 20.38 | 14.39 | 18.53 | - |
| YUV | 107.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 117 | 0 | 0.50 | 0.26 | 0.38 | 331.9 | 0.33 | 0.47 |
| Hex | 9F | 50 | 75 | 0 | 32 | 1A | 26 | 14C | 21 | 2F |
| Octal | 237 | 120 | 165 | 0 | 62 | 32 | 46 | 514 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1110101 | 0 | 110010 | 11010 | 100110 | 101001100 | 100001 | 101111 |
Color Harmonies of #9F5075
Complementary color
Monochromatic Colors of #9F5075
Black with #9F5075
Text Example
Text Example
White with #9F5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5075; }
p { color: rgb(159,80,117); }
H1.HeaderClassName
{
color: #9F5075;
}
.AnyTagClassName
{
color: #9F5075;
}
</style>
background-color css
<style>
a { background-color: #9F5075; }
a { background-color: rgb(159,80,117); }
div.DivClassName
{
background-color: #9F5075;
}
.BgClassName
{
background-color: #9F5075;
}
</style>
border-color css
<style>
span { border-color: #9F5075; }
span { border-color: rgb(159,80,117); }
td.TdClassName
{
border-color: #9F5075;
}
.TagClassName
{
border-color: #9F5075;
}
</style>