Shades of Royal Heath #9E457D
Tints of Royal Heath #9E457D
RGB
CMYK
RGB Variations
Color information
#9E457D (or 0x9E457D) is known color: Royal Heath. HEX triplet: 9E, 45 and 7D. RGB value is (158,69,125). Sum of RGB (Red+Green+Blue) = 158+69+125=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E457D is #61BA82. Grayscale: #656565. Windows color (decimal): -6404739 or 8209822. OLE color: 8209822.
HSL color Cylindrical-coordinate representation of color #9E457D: hue angle of 322.25º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E457D is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 69 | 125 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.38 |
| HSL | 322.25º | 0.39% | 0.45% | - |
| HSV(B) | 322.25º | 0.56% | 0.62% | - |
| XYZ | 19.93 | 13.01 | 20.86 | - |
| YUV | 102 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 125 | 0 | 0.56 | 0.21 | 0.38 | 322.25 | 0.39 | 0.45 |
| Hex | 9E | 45 | 7D | 0 | 38 | 15 | 26 | 142 | 27 | 2D |
| Octal | 236 | 105 | 175 | 0 | 70 | 25 | 46 | 502 | 47 | 55 |
| Binary | 10011110 | 1000101 | 1111101 | 0 | 111000 | 10101 | 100110 | 101000010 | 100111 | 101101 |
Color Harmonies of #9E457D
Complementary color
Monochromatic Colors of #9E457D
Black with #9E457D
Text Example
Text Example
White with #9E457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E457D; }
p { color: rgb(158,69,125); }
H1.HeaderClassName
{
color: #9E457D;
}
.AnyTagClassName
{
color: #9E457D;
}
</style>
background-color css
<style>
a { background-color: #9E457D; }
a { background-color: rgb(158,69,125); }
div.DivClassName
{
background-color: #9E457D;
}
.BgClassName
{
background-color: #9E457D;
}
</style>
border-color css
<style>
span { border-color: #9E457D; }
span { border-color: rgb(158,69,125); }
td.TdClassName
{
border-color: #9E457D;
}
.TagClassName
{
border-color: #9E457D;
}
</style>