Shades of Eggplant #8E0F64
Tints of Eggplant #8E0F64
RGB
CMYK
RGB Variations
Color information
#8E0F64 (or 0x8E0F64) is known color: Eggplant. HEX triplet: 8E, 0F and 64. RGB value is (142,15,100). Sum of RGB (Red+Green+Blue) = 142+15+100=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F64 is #71F09B. Grayscale: #3E3E3E. Windows color (decimal): -7467164 or 6557582. OLE color: 6557582.
HSL color Cylindrical-coordinate representation of color #8E0F64: hue angle of 319.84º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E0F64 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 15 | 100 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.44 |
| HSL | 319.84º | 0.81% | 0.31% | - |
| HSV(B) | 319.84º | 0.89% | 0.56% | - |
| XYZ | 13.63 | 7.01 | 12.69 | - |
| YUV | 62.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 15 | 100 | 0 | 0.89 | 0.30 | 0.44 | 319.84 | 0.81 | 0.31 |
| Hex | 8E | F | 64 | 0 | 59 | 1E | 2C | 140 | 51 | 1F |
| Octal | 216 | 17 | 144 | 0 | 131 | 36 | 54 | 500 | 121 | 37 |
| Binary | 10001110 | 1111 | 1100100 | 0 | 1011001 | 11110 | 101100 | 101000000 | 1010001 | 11111 |
Color Harmonies of #8E0F64
Complementary color
Monochromatic Colors of #8E0F64
Black with #8E0F64
Text Example
Text Example
White with #8E0F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0F64; }
p { color: rgb(142,15,100); }
H1.HeaderClassName
{
color: #8E0F64;
}
.AnyTagClassName
{
color: #8E0F64;
}
</style>
background-color css
<style>
a { background-color: #8E0F64; }
a { background-color: rgb(142,15,100); }
div.DivClassName
{
background-color: #8E0F64;
}
.BgClassName
{
background-color: #8E0F64;
}
</style>
border-color css
<style>
span { border-color: #8E0F64; }
span { border-color: rgb(142,15,100); }
td.TdClassName
{
border-color: #8E0F64;
}
.TagClassName
{
border-color: #8E0F64;
}
</style>