Shades of Royal Heath #9E4D7C
Tints of Royal Heath #9E4D7C
RGB
CMYK
RGB Variations
Color information
#9E4D7C (or 0x9E4D7C) is known color: Royal Heath. HEX triplet: 9E, 4D and 7C. RGB value is (158,77,124). Sum of RGB (Red+Green+Blue) = 158+77+124=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D7C is #61B283. Grayscale: #6A6A6A. Windows color (decimal): -6402692 or 8146334. OLE color: 8146334.
HSL color Cylindrical-coordinate representation of color #9E4D7C: hue angle of 325.19º 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 #9E4D7C is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 124 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.38 |
| HSL | 325.19º | 0.34% | 0.46% | - |
| HSV(B) | 325.19º | 0.51% | 0.62% | - |
| XYZ | 20.39 | 14.03 | 20.7 | - |
| YUV | 106.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 124 | 0 | 0.51 | 0.22 | 0.38 | 325.19 | 0.34 | 0.46 |
| Hex | 9E | 4D | 7C | 0 | 33 | 16 | 26 | 145 | 22 | 2E |
| Octal | 236 | 115 | 174 | 0 | 63 | 26 | 46 | 505 | 42 | 56 |
| Binary | 10011110 | 1001101 | 1111100 | 0 | 110011 | 10110 | 100110 | 101000101 | 100010 | 101110 |
Color Harmonies of #9E4D7C
Complementary color
Monochromatic Colors of #9E4D7C
Black with #9E4D7C
Text Example
Text Example
White with #9E4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D7C; }
p { color: rgb(158,77,124); }
H1.HeaderClassName
{
color: #9E4D7C;
}
.AnyTagClassName
{
color: #9E4D7C;
}
</style>
background-color css
<style>
a { background-color: #9E4D7C; }
a { background-color: rgb(158,77,124); }
div.DivClassName
{
background-color: #9E4D7C;
}
.BgClassName
{
background-color: #9E4D7C;
}
</style>
border-color css
<style>
span { border-color: #9E4D7C; }
span { border-color: rgb(158,77,124); }
td.TdClassName
{
border-color: #9E4D7C;
}
.TagClassName
{
border-color: #9E4D7C;
}
</style>