Shades of Royal Heath #9F5174
Tints of Royal Heath #9F5174
RGB
CMYK
RGB Variations
Color information
#9F5174 (or 0x9F5174) is known color: Royal Heath. HEX triplet: 9F, 51 and 74. RGB value is (159,81,116). Sum of RGB (Red+Green+Blue) = 159+81+116=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5174 is #60AE8B. Grayscale: #6C6C6C. Windows color (decimal): -6336140 or 7623071. OLE color: 7623071.
HSL color Cylindrical-coordinate representation of color #9F5174: hue angle of 333.08º 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 #9F5174 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 116 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.38 |
| HSL | 333.08º | 0.33% | 0.47% | - |
| HSV(B) | 333.08º | 0.49% | 0.62% | - |
| XYZ | 20.39 | 14.52 | 18.25 | - |
| YUV | 108.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 116 | 0 | 0.49 | 0.27 | 0.38 | 333.08 | 0.33 | 0.47 |
| Hex | 9F | 51 | 74 | 0 | 31 | 1B | 26 | 14D | 20 | 2F |
| Octal | 237 | 121 | 164 | 0 | 61 | 33 | 46 | 515 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1110100 | 0 | 110001 | 11011 | 100110 | 101001101 | 100000 | 101111 |
Color Harmonies of #9F5174
Complementary color
Monochromatic Colors of #9F5174
Black with #9F5174
Text Example
Text Example
White with #9F5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5174; }
p { color: rgb(159,81,116); }
H1.HeaderClassName
{
color: #9F5174;
}
.AnyTagClassName
{
color: #9F5174;
}
</style>
background-color css
<style>
a { background-color: #9F5174; }
a { background-color: rgb(159,81,116); }
div.DivClassName
{
background-color: #9F5174;
}
.BgClassName
{
background-color: #9F5174;
}
</style>
border-color css
<style>
span { border-color: #9F5174; }
span { border-color: rgb(159,81,116); }
td.TdClassName
{
border-color: #9F5174;
}
.TagClassName
{
border-color: #9F5174;
}
</style>