Shades of Royal Heath #9F4777
Tints of Royal Heath #9F4777
RGB
CMYK
RGB Variations
Color information
#9F4777 (or 0x9F4777) is known color: Royal Heath. HEX triplet: 9F, 47 and 77. RGB value is (159,71,119). Sum of RGB (Red+Green+Blue) = 159+71+119=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4777 is #60B888. Grayscale: #666666. Windows color (decimal): -6338697 or 7817119. OLE color: 7817119.
HSL color Cylindrical-coordinate representation of color #9F4777: hue angle of 327.27º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4777 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 119 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.38 |
| HSL | 327.27º | 0.38% | 0.45% | - |
| HSV(B) | 327.27º | 0.55% | 0.62% | - |
| XYZ | 19.88 | 13.21 | 18.95 | - |
| YUV | 102.78 | 137.15 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 119 | 0 | 0.55 | 0.25 | 0.38 | 327.27 | 0.38 | 0.45 |
| Hex | 9F | 47 | 77 | 0 | 37 | 19 | 26 | 147 | 26 | 2D |
| Octal | 237 | 107 | 167 | 0 | 67 | 31 | 46 | 507 | 46 | 55 |
| Binary | 10011111 | 1000111 | 1110111 | 0 | 110111 | 11001 | 100110 | 101000111 | 100110 | 101101 |
Color Harmonies of #9F4777
Complementary color
Monochromatic Colors of #9F4777
Black with #9F4777
Text Example
Text Example
White with #9F4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4777; }
p { color: rgb(159,71,119); }
H1.HeaderClassName
{
color: #9F4777;
}
.AnyTagClassName
{
color: #9F4777;
}
</style>
background-color css
<style>
a { background-color: #9F4777; }
a { background-color: rgb(159,71,119); }
div.DivClassName
{
background-color: #9F4777;
}
.BgClassName
{
background-color: #9F4777;
}
</style>
border-color css
<style>
span { border-color: #9F4777; }
span { border-color: rgb(159,71,119); }
td.TdClassName
{
border-color: #9F4777;
}
.TagClassName
{
border-color: #9F4777;
}
</style>