Shades of Royal Heath #9E467D
Tints of Royal Heath #9E467D
RGB
CMYK
RGB Variations
Color information
#9E467D (or 0x9E467D) is known color: Royal Heath. HEX triplet: 9E, 46 and 7D. RGB value is (158,70,125). Sum of RGB (Red+Green+Blue) = 158+70+125=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E467D is #61B982. Grayscale: #666666. Windows color (decimal): -6404483 or 8210078. OLE color: 8210078.
HSL color Cylindrical-coordinate representation of color #9E467D: hue angle of 322.5º 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 #9E467D is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 125 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.38 |
| HSL | 322.5º | 0.39% | 0.45% | - |
| HSV(B) | 322.5º | 0.56% | 0.62% | - |
| XYZ | 19.99 | 13.13 | 20.88 | - |
| YUV | 102.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 125 | 0 | 0.56 | 0.21 | 0.38 | 322.5 | 0.39 | 0.45 |
| Hex | 9E | 46 | 7D | 0 | 38 | 15 | 26 | 142 | 27 | 2D |
| Octal | 236 | 106 | 175 | 0 | 70 | 25 | 46 | 502 | 47 | 55 |
| Binary | 10011110 | 1000110 | 1111101 | 0 | 111000 | 10101 | 100110 | 101000010 | 100111 | 101101 |
Color Harmonies of #9E467D
Complementary color
Monochromatic Colors of #9E467D
Black with #9E467D
Text Example
Text Example
White with #9E467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E467D; }
p { color: rgb(158,70,125); }
H1.HeaderClassName
{
color: #9E467D;
}
.AnyTagClassName
{
color: #9E467D;
}
</style>
background-color css
<style>
a { background-color: #9E467D; }
a { background-color: rgb(158,70,125); }
div.DivClassName
{
background-color: #9E467D;
}
.BgClassName
{
background-color: #9E467D;
}
</style>
border-color css
<style>
span { border-color: #9E467D; }
span { border-color: rgb(158,70,125); }
td.TdClassName
{
border-color: #9E467D;
}
.TagClassName
{
border-color: #9E467D;
}
</style>