Shades of Royal Heath #9E4A7B
Tints of Royal Heath #9E4A7B
RGB
CMYK
RGB Variations
Color information
#9E4A7B (or 0x9E4A7B) is known color: Royal Heath. HEX triplet: 9E, 4A and 7B. RGB value is (158,74,123). Sum of RGB (Red+Green+Blue) = 158+74+123=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4A7B is #61B584. Grayscale: #686868. Windows color (decimal): -6403461 or 8080030. OLE color: 8080030.
HSL color Cylindrical-coordinate representation of color #9E4A7B: hue angle of 325º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A7B is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 123 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.38 |
| HSL | 325º | 0.36% | 0.45% | - |
| HSV(B) | 325º | 0.53% | 0.62% | - |
| XYZ | 20.12 | 13.6 | 20.3 | - |
| YUV | 104.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 123 | 0 | 0.53 | 0.22 | 0.38 | 325 | 0.36 | 0.45 |
| Hex | 9E | 4A | 7B | 0 | 35 | 16 | 26 | 145 | 24 | 2D |
| Octal | 236 | 112 | 173 | 0 | 65 | 26 | 46 | 505 | 44 | 55 |
| Binary | 10011110 | 1001010 | 1111011 | 0 | 110101 | 10110 | 100110 | 101000101 | 100100 | 101101 |
Color Harmonies of #9E4A7B
Complementary color
Monochromatic Colors of #9E4A7B
Black with #9E4A7B
Text Example
Text Example
White with #9E4A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A7B; }
p { color: rgb(158,74,123); }
H1.HeaderClassName
{
color: #9E4A7B;
}
.AnyTagClassName
{
color: #9E4A7B;
}
</style>
background-color css
<style>
a { background-color: #9E4A7B; }
a { background-color: rgb(158,74,123); }
div.DivClassName
{
background-color: #9E4A7B;
}
.BgClassName
{
background-color: #9E4A7B;
}
</style>
border-color css
<style>
span { border-color: #9E4A7B; }
span { border-color: rgb(158,74,123); }
td.TdClassName
{
border-color: #9E4A7B;
}
.TagClassName
{
border-color: #9E4A7B;
}
</style>