Shades of Royal Heath #9F4F77
Tints of Royal Heath #9F4F77
RGB
CMYK
RGB Variations
Color information
#9F4F77 (or 0x9F4F77) is known color: Royal Heath. HEX triplet: 9F, 4F and 77. RGB value is (159,79,119). Sum of RGB (Red+Green+Blue) = 159+79+119=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F77 is #60B088. Grayscale: #6B6B6B. Windows color (decimal): -6336649 or 7819167. OLE color: 7819167.
HSL color Cylindrical-coordinate representation of color #9F4F77: hue angle of 330º degrees, saturation: 0.34, 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 #9F4F77 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 79 | 119 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.38 |
| HSL | 330º | 0.34% | 0.47% | - |
| HSV(B) | 330º | 0.5% | 0.62% | - |
| XYZ | 20.42 | 14.29 | 19.14 | - |
| YUV | 107.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 119 | 0 | 0.50 | 0.25 | 0.38 | 330 | 0.34 | 0.47 |
| Hex | 9F | 4F | 77 | 0 | 32 | 19 | 26 | 14A | 22 | 2F |
| Octal | 237 | 117 | 167 | 0 | 62 | 31 | 46 | 512 | 42 | 57 |
| Binary | 10011111 | 1001111 | 1110111 | 0 | 110010 | 11001 | 100110 | 101001010 | 100010 | 101111 |
Color Harmonies of #9F4F77
Complementary color
Monochromatic Colors of #9F4F77
Black with #9F4F77
Text Example
Text Example
White with #9F4F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4F77; }
p { color: rgb(159,79,119); }
H1.HeaderClassName
{
color: #9F4F77;
}
.AnyTagClassName
{
color: #9F4F77;
}
</style>
background-color css
<style>
a { background-color: #9F4F77; }
a { background-color: rgb(159,79,119); }
div.DivClassName
{
background-color: #9F4F77;
}
.BgClassName
{
background-color: #9F4F77;
}
</style>
border-color css
<style>
span { border-color: #9F4F77; }
span { border-color: rgb(159,79,119); }
td.TdClassName
{
border-color: #9F4F77;
}
.TagClassName
{
border-color: #9F4F77;
}
</style>