Shades of Eggplant #9E0479
Tints of Eggplant #9E0479
RGB
CMYK
RGB Variations
Color information
#9E0479 (or 0x9E0479) is known color: Eggplant. HEX triplet: 9E, 04 and 79. RGB value is (158,4,121). Sum of RGB (Red+Green+Blue) = 158+4+121=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0479 is #61FB86. Grayscale: #3F3F3F. Windows color (decimal): -6421383 or 7931038. OLE color: 7931038.
HSL color Cylindrical-coordinate representation of color #9E0479: hue angle of 314.42º 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 #9E0479 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 121 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.38 |
| HSL | 314.42º | 0.95% | 0.32% | - |
| HSV(B) | 314.42º | 0.97% | 0.62% | - |
| XYZ | 17.6 | 8.74 | 18.85 | - |
| YUV | 63.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 121 | 0 | 0.97 | 0.23 | 0.38 | 314.42 | 0.95 | 0.32 |
| Hex | 9E | 4 | 79 | 0 | 61 | 17 | 26 | 13A | 5F | 20 |
| Octal | 236 | 4 | 171 | 0 | 141 | 27 | 46 | 472 | 137 | 40 |
| Binary | 10011110 | 100 | 1111001 | 0 | 1100001 | 10111 | 100110 | 100111010 | 1011111 | 100000 |
Color Harmonies of #9E0479
Complementary color
Monochromatic Colors of #9E0479
Black with #9E0479
Text Example
Text Example
White with #9E0479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0479; }
p { color: rgb(158,4,121); }
H1.HeaderClassName
{
color: #9E0479;
}
.AnyTagClassName
{
color: #9E0479;
}
</style>
background-color css
<style>
a { background-color: #9E0479; }
a { background-color: rgb(158,4,121); }
div.DivClassName
{
background-color: #9E0479;
}
.BgClassName
{
background-color: #9E0479;
}
</style>
border-color css
<style>
span { border-color: #9E0479; }
span { border-color: rgb(158,4,121); }
td.TdClassName
{
border-color: #9E0479;
}
.TagClassName
{
border-color: #9E0479;
}
</style>