Shades of Royal Heath #9E4D7B
Tints of Royal Heath #9E4D7B
RGB
CMYK
RGB Variations
Color information
#9E4D7B (or 0x9E4D7B) is known color: Royal Heath. HEX triplet: 9E, 4D and 7B. RGB value is (158,77,123). Sum of RGB (Red+Green+Blue) = 158+77+123=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D7B is #61B284. Grayscale: #6A6A6A. Windows color (decimal): -6402693 or 8080798. OLE color: 8080798.
HSL color Cylindrical-coordinate representation of color #9E4D7B: hue angle of 325.93º 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 #9E4D7B is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 123 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.38 |
| HSL | 325.93º | 0.34% | 0.46% | - |
| HSV(B) | 325.93º | 0.51% | 0.62% | - |
| XYZ | 20.33 | 14.01 | 20.37 | - |
| YUV | 106.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 123 | 0 | 0.51 | 0.22 | 0.38 | 325.93 | 0.34 | 0.46 |
| Hex | 9E | 4D | 7B | 0 | 33 | 16 | 26 | 146 | 22 | 2E |
| Octal | 236 | 115 | 173 | 0 | 63 | 26 | 46 | 506 | 42 | 56 |
| Binary | 10011110 | 1001101 | 1111011 | 0 | 110011 | 10110 | 100110 | 101000110 | 100010 | 101110 |
Color Harmonies of #9E4D7B
Complementary color
Monochromatic Colors of #9E4D7B
Black with #9E4D7B
Text Example
Text Example
White with #9E4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D7B; }
p { color: rgb(158,77,123); }
H1.HeaderClassName
{
color: #9E4D7B;
}
.AnyTagClassName
{
color: #9E4D7B;
}
</style>
background-color css
<style>
a { background-color: #9E4D7B; }
a { background-color: rgb(158,77,123); }
div.DivClassName
{
background-color: #9E4D7B;
}
.BgClassName
{
background-color: #9E4D7B;
}
</style>
border-color css
<style>
span { border-color: #9E4D7B; }
span { border-color: rgb(158,77,123); }
td.TdClassName
{
border-color: #9E4D7B;
}
.TagClassName
{
border-color: #9E4D7B;
}
</style>