Shades of Eggplant #8E0962
Tints of Eggplant #8E0962
RGB
CMYK
RGB Variations
Color information
#8E0962 (or 0x8E0962) is known color: Eggplant. HEX triplet: 8E, 09 and 62. RGB value is (142,9,98). Sum of RGB (Red+Green+Blue) = 142+9+98=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0962 is #71F69D. Grayscale: #3A3A3A. Windows color (decimal): -7468702 or 6424974. OLE color: 6424974.
HSL color Cylindrical-coordinate representation of color #8E0962: hue angle of 319.85º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0962 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 98 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.44 |
| HSL | 319.85º | 0.88% | 0.3% | - |
| HSV(B) | 319.85º | 0.94% | 0.56% | - |
| XYZ | 13.46 | 6.83 | 12.16 | - |
| YUV | 58.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 98 | 0 | 0.94 | 0.31 | 0.44 | 319.85 | 0.88 | 0.3 |
| Hex | 8E | 9 | 62 | 0 | 5E | 1F | 2C | 140 | 58 | 1E |
| Octal | 216 | 11 | 142 | 0 | 136 | 37 | 54 | 500 | 130 | 36 |
| Binary | 10001110 | 1001 | 1100010 | 0 | 1011110 | 11111 | 101100 | 101000000 | 1011000 | 11110 |
Color Harmonies of #8E0962
Complementary color
Monochromatic Colors of #8E0962
Black with #8E0962
Text Example
Text Example
White with #8E0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0962; }
p { color: rgb(142,9,98); }
H1.HeaderClassName
{
color: #8E0962;
}
.AnyTagClassName
{
color: #8E0962;
}
</style>
background-color css
<style>
a { background-color: #8E0962; }
a { background-color: rgb(142,9,98); }
div.DivClassName
{
background-color: #8E0962;
}
.BgClassName
{
background-color: #8E0962;
}
</style>
border-color css
<style>
span { border-color: #8E0962; }
span { border-color: rgb(142,9,98); }
td.TdClassName
{
border-color: #8E0962;
}
.TagClassName
{
border-color: #8E0962;
}
</style>