Shades of Royal Heath #9E477B
Tints of Royal Heath #9E477B
RGB
CMYK
RGB Variations
Color information
#9E477B (or 0x9E477B) is known color: Royal Heath. HEX triplet: 9E, 47 and 7B. RGB value is (158,71,123). Sum of RGB (Red+Green+Blue) = 158+71+123=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E477B is #61B884. Grayscale: #666666. Windows color (decimal): -6404229 or 8079262. OLE color: 8079262.
HSL color Cylindrical-coordinate representation of color #9E477B: hue angle of 324.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E477B is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 71 | 123 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.38 |
| HSL | 324.14º | 0.38% | 0.45% | - |
| HSV(B) | 324.14º | 0.55% | 0.62% | - |
| XYZ | 19.93 | 13.21 | 20.24 | - |
| YUV | 102.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 123 | 0 | 0.55 | 0.22 | 0.38 | 324.14 | 0.38 | 0.45 |
| Hex | 9E | 47 | 7B | 0 | 37 | 16 | 26 | 144 | 26 | 2D |
| Octal | 236 | 107 | 173 | 0 | 67 | 26 | 46 | 504 | 46 | 55 |
| Binary | 10011110 | 1000111 | 1111011 | 0 | 110111 | 10110 | 100110 | 101000100 | 100110 | 101101 |
Color Harmonies of #9E477B
Complementary color
Monochromatic Colors of #9E477B
Black with #9E477B
Text Example
Text Example
White with #9E477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E477B; }
p { color: rgb(158,71,123); }
H1.HeaderClassName
{
color: #9E477B;
}
.AnyTagClassName
{
color: #9E477B;
}
</style>
background-color css
<style>
a { background-color: #9E477B; }
a { background-color: rgb(158,71,123); }
div.DivClassName
{
background-color: #9E477B;
}
.BgClassName
{
background-color: #9E477B;
}
</style>
border-color css
<style>
span { border-color: #9E477B; }
span { border-color: rgb(158,71,123); }
td.TdClassName
{
border-color: #9E477B;
}
.TagClassName
{
border-color: #9E477B;
}
</style>