Shades of Royal Heath #9F5178
Tints of Royal Heath #9F5178
RGB
CMYK
RGB Variations
Color information
#9F5178 (or 0x9F5178) is known color: Royal Heath. HEX triplet: 9F, 51 and 78. RGB value is (159,81,120). Sum of RGB (Red+Green+Blue) = 159+81+120=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5178 is #60AE87. Grayscale: #6C6C6C. Windows color (decimal): -6336136 or 7885215. OLE color: 7885215.
HSL color Cylindrical-coordinate representation of color #9F5178: hue angle of 330º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5178 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 120 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.38 |
| HSL | 330º | 0.33% | 0.47% | - |
| HSV(B) | 330º | 0.49% | 0.62% | - |
| XYZ | 20.63 | 14.61 | 19.5 | - |
| YUV | 108.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 120 | 0 | 0.49 | 0.25 | 0.38 | 330 | 0.33 | 0.47 |
| Hex | 9F | 51 | 78 | 0 | 31 | 19 | 26 | 14A | 20 | 2F |
| Octal | 237 | 121 | 170 | 0 | 61 | 31 | 46 | 512 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1111000 | 0 | 110001 | 11001 | 100110 | 101001010 | 100000 | 101111 |
Color Harmonies of #9F5178
Complementary color
Monochromatic Colors of #9F5178
Black with #9F5178
Text Example
Text Example
White with #9F5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5178; }
p { color: rgb(159,81,120); }
H1.HeaderClassName
{
color: #9F5178;
}
.AnyTagClassName
{
color: #9F5178;
}
</style>
background-color css
<style>
a { background-color: #9F5178; }
a { background-color: rgb(159,81,120); }
div.DivClassName
{
background-color: #9F5178;
}
.BgClassName
{
background-color: #9F5178;
}
</style>
border-color css
<style>
span { border-color: #9F5178; }
span { border-color: rgb(159,81,120); }
td.TdClassName
{
border-color: #9F5178;
}
.TagClassName
{
border-color: #9F5178;
}
</style>