Shades of Royal Heath #9E447C
Tints of Royal Heath #9E447C
RGB
CMYK
RGB Variations
Color information
#9E447C (or 0x9E447C) is known color: Royal Heath. HEX triplet: 9E, 44 and 7C. RGB value is (158,68,124). Sum of RGB (Red+Green+Blue) = 158+68+124=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E447C is #61BB83. Grayscale: #656565. Windows color (decimal): -6404996 or 8144030. OLE color: 8144030.
HSL color Cylindrical-coordinate representation of color #9E447C: hue angle of 322.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E447C is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 68 | 124 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.38 |
| HSL | 322.67º | 0.4% | 0.44% | - |
| HSV(B) | 322.67º | 0.57% | 0.62% | - |
| XYZ | 19.81 | 12.86 | 20.51 | - |
| YUV | 101.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 68 | 124 | 0 | 0.57 | 0.22 | 0.38 | 322.67 | 0.4 | 0.44 |
| Hex | 9E | 44 | 7C | 0 | 39 | 16 | 26 | 143 | 28 | 2C |
| Octal | 236 | 104 | 174 | 0 | 71 | 26 | 46 | 503 | 50 | 54 |
| Binary | 10011110 | 1000100 | 1111100 | 0 | 111001 | 10110 | 100110 | 101000011 | 101000 | 101100 |
Color Harmonies of #9E447C
Complementary color
Monochromatic Colors of #9E447C
Black with #9E447C
Text Example
Text Example
White with #9E447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E447C; }
p { color: rgb(158,68,124); }
H1.HeaderClassName
{
color: #9E447C;
}
.AnyTagClassName
{
color: #9E447C;
}
</style>
background-color css
<style>
a { background-color: #9E447C; }
a { background-color: rgb(158,68,124); }
div.DivClassName
{
background-color: #9E447C;
}
.BgClassName
{
background-color: #9E447C;
}
</style>
border-color css
<style>
span { border-color: #9E447C; }
span { border-color: rgb(158,68,124); }
td.TdClassName
{
border-color: #9E447C;
}
.TagClassName
{
border-color: #9E447C;
}
</style>