Shades of Royal Heath #9E5178
Tints of Royal Heath #9E5178
RGB
CMYK
RGB Variations
Color information
#9E5178 (or 0x9E5178) is known color: Royal Heath. HEX triplet: 9E, 51 and 78. RGB value is (158,81,120). Sum of RGB (Red+Green+Blue) = 158+81+120=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5178 is #61AE87. Grayscale: #6C6C6C. Windows color (decimal): -6401672 or 7885214. OLE color: 7885214.
HSL color Cylindrical-coordinate representation of color #9E5178: hue angle of 329.61º 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 #9E5178 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 120 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.38 |
| HSL | 329.61º | 0.32% | 0.47% | - |
| HSV(B) | 329.61º | 0.49% | 0.62% | - |
| XYZ | 20.43 | 14.51 | 19.49 | - |
| YUV | 108.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 120 | 0 | 0.49 | 0.24 | 0.38 | 329.61 | 0.32 | 0.47 |
| Hex | 9E | 51 | 78 | 0 | 31 | 18 | 26 | 14A | 20 | 2F |
| Octal | 236 | 121 | 170 | 0 | 61 | 30 | 46 | 512 | 40 | 57 |
| Binary | 10011110 | 1010001 | 1111000 | 0 | 110001 | 11000 | 100110 | 101001010 | 100000 | 101111 |
Color Harmonies of #9E5178
Complementary color
Monochromatic Colors of #9E5178
Black with #9E5178
Text Example
Text Example
White with #9E5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5178; }
p { color: rgb(158,81,120); }
H1.HeaderClassName
{
color: #9E5178;
}
.AnyTagClassName
{
color: #9E5178;
}
</style>
background-color css
<style>
a { background-color: #9E5178; }
a { background-color: rgb(158,81,120); }
div.DivClassName
{
background-color: #9E5178;
}
.BgClassName
{
background-color: #9E5178;
}
</style>
border-color css
<style>
span { border-color: #9E5178; }
span { border-color: rgb(158,81,120); }
td.TdClassName
{
border-color: #9E5178;
}
.TagClassName
{
border-color: #9E5178;
}
</style>