Shades of Eggplant #9E0470
Tints of Eggplant #9E0470
RGB
CMYK
RGB Variations
Color information
#9E0470 (or 0x9E0470) is known color: Eggplant. HEX triplet: 9E, 04 and 70. RGB value is (158,4,112). Sum of RGB (Red+Green+Blue) = 158+4+112=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0470 is #61FB8F. Grayscale: #3E3E3E. Windows color (decimal): -6421392 or 7341214. OLE color: 7341214.
HSL color Cylindrical-coordinate representation of color #9E0470: hue angle of 317.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0470 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 112 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.38 |
| HSL | 317.92º | 0.95% | 0.32% | - |
| HSV(B) | 317.92º | 0.97% | 0.62% | - |
| XYZ | 17.07 | 8.53 | 16.08 | - |
| YUV | 62.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 112 | 0 | 0.97 | 0.29 | 0.38 | 317.92 | 0.95 | 0.32 |
| Hex | 9E | 4 | 70 | 0 | 61 | 1D | 26 | 13E | 5F | 20 |
| Octal | 236 | 4 | 160 | 0 | 141 | 35 | 46 | 476 | 137 | 40 |
| Binary | 10011110 | 100 | 1110000 | 0 | 1100001 | 11101 | 100110 | 100111110 | 1011111 | 100000 |
Color Harmonies of #9E0470
Complementary color
Monochromatic Colors of #9E0470
Black with #9E0470
Text Example
Text Example
White with #9E0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0470; }
p { color: rgb(158,4,112); }
H1.HeaderClassName
{
color: #9E0470;
}
.AnyTagClassName
{
color: #9E0470;
}
</style>
background-color css
<style>
a { background-color: #9E0470; }
a { background-color: rgb(158,4,112); }
div.DivClassName
{
background-color: #9E0470;
}
.BgClassName
{
background-color: #9E0470;
}
</style>
border-color css
<style>
span { border-color: #9E0470; }
span { border-color: rgb(158,4,112); }
td.TdClassName
{
border-color: #9E0470;
}
.TagClassName
{
border-color: #9E0470;
}
</style>