Shades of Royal Heath #9E4379
Tints of Royal Heath #9E4379
RGB
CMYK
RGB Variations
Color information
#9E4379 (or 0x9E4379) is known color: Royal Heath. HEX triplet: 9E, 43 and 79. RGB value is (158,67,121). Sum of RGB (Red+Green+Blue) = 158+67+121=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4379 is #61BC86. Grayscale: #646464. Windows color (decimal): -6405255 or 7947166. OLE color: 7947166.
HSL color Cylindrical-coordinate representation of color #9E4379: hue angle of 324.4º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4379 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 121 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.38 |
| HSL | 324.4º | 0.4% | 0.44% | - |
| HSV(B) | 324.4º | 0.58% | 0.62% | - |
| XYZ | 19.56 | 12.66 | 19.5 | - |
| YUV | 100.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 121 | 0 | 0.58 | 0.23 | 0.38 | 324.4 | 0.4 | 0.44 |
| Hex | 9E | 43 | 79 | 0 | 3A | 17 | 26 | 144 | 28 | 2C |
| Octal | 236 | 103 | 171 | 0 | 72 | 27 | 46 | 504 | 50 | 54 |
| Binary | 10011110 | 1000011 | 1111001 | 0 | 111010 | 10111 | 100110 | 101000100 | 101000 | 101100 |
Color Harmonies of #9E4379
Complementary color
Monochromatic Colors of #9E4379
Black with #9E4379
Text Example
Text Example
White with #9E4379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4379; }
p { color: rgb(158,67,121); }
H1.HeaderClassName
{
color: #9E4379;
}
.AnyTagClassName
{
color: #9E4379;
}
</style>
background-color css
<style>
a { background-color: #9E4379; }
a { background-color: rgb(158,67,121); }
div.DivClassName
{
background-color: #9E4379;
}
.BgClassName
{
background-color: #9E4379;
}
</style>
border-color css
<style>
span { border-color: #9E4379; }
span { border-color: rgb(158,67,121); }
td.TdClassName
{
border-color: #9E4379;
}
.TagClassName
{
border-color: #9E4379;
}
</style>