Shades of Royal Heath #9E467E
Tints of Royal Heath #9E467E
RGB
CMYK
RGB Variations
Color information
#9E467E (or 0x9E467E) is known color: Royal Heath. HEX triplet: 9E, 46 and 7E. RGB value is (158,70,126). Sum of RGB (Red+Green+Blue) = 158+70+126=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E467E is #61B981. Grayscale: #666666. Windows color (decimal): -6404482 or 8275614. OLE color: 8275614.
HSL color Cylindrical-coordinate representation of color #9E467E: hue angle of 321.82º 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 #9E467E is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 126 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.38 |
| HSL | 321.82º | 0.39% | 0.45% | - |
| HSV(B) | 321.82º | 0.56% | 0.62% | - |
| XYZ | 20.06 | 13.16 | 21.22 | - |
| YUV | 102.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 126 | 0 | 0.56 | 0.20 | 0.38 | 321.82 | 0.39 | 0.45 |
| Hex | 9E | 46 | 7E | 0 | 38 | 14 | 26 | 142 | 27 | 2D |
| Octal | 236 | 106 | 176 | 0 | 70 | 24 | 46 | 502 | 47 | 55 |
| Binary | 10011110 | 1000110 | 1111110 | 0 | 111000 | 10100 | 100110 | 101000010 | 100111 | 101101 |
Color Harmonies of #9E467E
Complementary color
Monochromatic Colors of #9E467E
Black with #9E467E
Text Example
Text Example
White with #9E467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E467E; }
p { color: rgb(158,70,126); }
H1.HeaderClassName
{
color: #9E467E;
}
.AnyTagClassName
{
color: #9E467E;
}
</style>
background-color css
<style>
a { background-color: #9E467E; }
a { background-color: rgb(158,70,126); }
div.DivClassName
{
background-color: #9E467E;
}
.BgClassName
{
background-color: #9E467E;
}
</style>
border-color css
<style>
span { border-color: #9E467E; }
span { border-color: rgb(158,70,126); }
td.TdClassName
{
border-color: #9E467E;
}
.TagClassName
{
border-color: #9E467E;
}
</style>