Shades of Royal Heath #9E4E7C
Tints of Royal Heath #9E4E7C
RGB
CMYK
RGB Variations
Color information
#9E4E7C (or 0x9E4E7C) is known color: Royal Heath. HEX triplet: 9E, 4E and 7C. RGB value is (158,78,124). Sum of RGB (Red+Green+Blue) = 158+78+124=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4E7C is #61B183. Grayscale: #6B6B6B. Windows color (decimal): -6402436 or 8146590. OLE color: 8146590.
HSL color Cylindrical-coordinate representation of color #9E4E7C: hue angle of 325.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4E7C is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 78 | 124 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.38 |
| HSL | 325.5º | 0.34% | 0.46% | - |
| HSV(B) | 325.5º | 0.51% | 0.62% | - |
| XYZ | 20.46 | 14.17 | 20.73 | - |
| YUV | 107.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 124 | 0 | 0.51 | 0.22 | 0.38 | 325.5 | 0.34 | 0.46 |
| Hex | 9E | 4E | 7C | 0 | 33 | 16 | 26 | 146 | 22 | 2E |
| Octal | 236 | 116 | 174 | 0 | 63 | 26 | 46 | 506 | 42 | 56 |
| Binary | 10011110 | 1001110 | 1111100 | 0 | 110011 | 10110 | 100110 | 101000110 | 100010 | 101110 |
Color Harmonies of #9E4E7C
Complementary color
Monochromatic Colors of #9E4E7C
Black with #9E4E7C
Text Example
Text Example
White with #9E4E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4E7C; }
p { color: rgb(158,78,124); }
H1.HeaderClassName
{
color: #9E4E7C;
}
.AnyTagClassName
{
color: #9E4E7C;
}
</style>
background-color css
<style>
a { background-color: #9E4E7C; }
a { background-color: rgb(158,78,124); }
div.DivClassName
{
background-color: #9E4E7C;
}
.BgClassName
{
background-color: #9E4E7C;
}
</style>
border-color css
<style>
span { border-color: #9E4E7C; }
span { border-color: rgb(158,78,124); }
td.TdClassName
{
border-color: #9E4E7C;
}
.TagClassName
{
border-color: #9E4E7C;
}
</style>