Shades of Royal Heath #9E5277
Tints of Royal Heath #9E5277
RGB
CMYK
RGB Variations
Color information
#9E5277 (or 0x9E5277) is known color: Royal Heath. HEX triplet: 9E, 52 and 77. RGB value is (158,82,119). Sum of RGB (Red+Green+Blue) = 158+82+119=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5277 is #61AD88. Grayscale: #6C6C6C. Windows color (decimal): -6401417 or 7819934. OLE color: 7819934.
HSL color Cylindrical-coordinate representation of color #9E5277: hue angle of 330.79º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E5277 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 119 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.38 |
| HSL | 330.79º | 0.32% | 0.47% | - |
| HSV(B) | 330.79º | 0.48% | 0.62% | - |
| XYZ | 20.45 | 14.64 | 19.2 | - |
| YUV | 108.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 119 | 0 | 0.48 | 0.25 | 0.38 | 330.79 | 0.32 | 0.47 |
| Hex | 9E | 52 | 77 | 0 | 30 | 19 | 26 | 14B | 20 | 2F |
| Octal | 236 | 122 | 167 | 0 | 60 | 31 | 46 | 513 | 40 | 57 |
| Binary | 10011110 | 1010010 | 1110111 | 0 | 110000 | 11001 | 100110 | 101001011 | 100000 | 101111 |
Color Harmonies of #9E5277
Complementary color
Monochromatic Colors of #9E5277
Black with #9E5277
Text Example
Text Example
White with #9E5277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5277; }
p { color: rgb(158,82,119); }
H1.HeaderClassName
{
color: #9E5277;
}
.AnyTagClassName
{
color: #9E5277;
}
</style>
background-color css
<style>
a { background-color: #9E5277; }
a { background-color: rgb(158,82,119); }
div.DivClassName
{
background-color: #9E5277;
}
.BgClassName
{
background-color: #9E5277;
}
</style>
border-color css
<style>
span { border-color: #9E5277; }
span { border-color: rgb(158,82,119); }
td.TdClassName
{
border-color: #9E5277;
}
.TagClassName
{
border-color: #9E5277;
}
</style>