Shades of Royal Heath #9F5078
Tints of Royal Heath #9F5078
RGB
CMYK
RGB Variations
Color information
#9F5078 (or 0x9F5078) is known color: Royal Heath. HEX triplet: 9F, 50 and 78. RGB value is (159,80,120). Sum of RGB (Red+Green+Blue) = 159+80+120=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5078 is #60AF87. Grayscale: #6C6C6C. Windows color (decimal): -6336392 or 7884959. OLE color: 7884959.
HSL color Cylindrical-coordinate representation of color #9F5078: hue angle of 329.62º 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 #9F5078 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 120 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.38 |
| HSL | 329.62º | 0.33% | 0.47% | - |
| HSV(B) | 329.62º | 0.5% | 0.62% | - |
| XYZ | 20.56 | 14.46 | 19.48 | - |
| YUV | 108.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 120 | 0 | 0.50 | 0.25 | 0.38 | 329.62 | 0.33 | 0.47 |
| Hex | 9F | 50 | 78 | 0 | 32 | 19 | 26 | 14A | 21 | 2F |
| Octal | 237 | 120 | 170 | 0 | 62 | 31 | 46 | 512 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1111000 | 0 | 110010 | 11001 | 100110 | 101001010 | 100001 | 101111 |
Color Harmonies of #9F5078
Complementary color
Monochromatic Colors of #9F5078
Black with #9F5078
Text Example
Text Example
White with #9F5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5078; }
p { color: rgb(159,80,120); }
H1.HeaderClassName
{
color: #9F5078;
}
.AnyTagClassName
{
color: #9F5078;
}
</style>
background-color css
<style>
a { background-color: #9F5078; }
a { background-color: rgb(159,80,120); }
div.DivClassName
{
background-color: #9F5078;
}
.BgClassName
{
background-color: #9F5078;
}
</style>
border-color css
<style>
span { border-color: #9F5078; }
span { border-color: rgb(159,80,120); }
td.TdClassName
{
border-color: #9F5078;
}
.TagClassName
{
border-color: #9F5078;
}
</style>