Shades of Eggplant #8E0B64
Tints of Eggplant #8E0B64
RGB
CMYK
RGB Variations
Color information
#8E0B64 (or 0x8E0B64) is known color: Eggplant. HEX triplet: 8E, 0B and 64. RGB value is (142,11,100). Sum of RGB (Red+Green+Blue) = 142+11+100=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B64 is #71F49B. Grayscale: #3C3C3C. Windows color (decimal): -7468188 or 6556558. OLE color: 6556558.
HSL color Cylindrical-coordinate representation of color #8E0B64: hue angle of 319.24º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0B64 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 11 | 100 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.44 |
| HSL | 319.24º | 0.86% | 0.3% | - |
| HSV(B) | 319.24º | 0.92% | 0.56% | - |
| XYZ | 13.58 | 6.91 | 12.67 | - |
| YUV | 60.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 100 | 0 | 0.92 | 0.30 | 0.44 | 319.24 | 0.86 | 0.3 |
| Hex | 8E | B | 64 | 0 | 5C | 1E | 2C | 13F | 56 | 1E |
| Octal | 216 | 13 | 144 | 0 | 134 | 36 | 54 | 477 | 126 | 36 |
| Binary | 10001110 | 1011 | 1100100 | 0 | 1011100 | 11110 | 101100 | 100111111 | 1010110 | 11110 |
Color Harmonies of #8E0B64
Complementary color
Monochromatic Colors of #8E0B64
Black with #8E0B64
Text Example
Text Example
White with #8E0B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0B64; }
p { color: rgb(142,11,100); }
H1.HeaderClassName
{
color: #8E0B64;
}
.AnyTagClassName
{
color: #8E0B64;
}
</style>
background-color css
<style>
a { background-color: #8E0B64; }
a { background-color: rgb(142,11,100); }
div.DivClassName
{
background-color: #8E0B64;
}
.BgClassName
{
background-color: #8E0B64;
}
</style>
border-color css
<style>
span { border-color: #8E0B64; }
span { border-color: rgb(142,11,100); }
td.TdClassName
{
border-color: #8E0B64;
}
.TagClassName
{
border-color: #8E0B64;
}
</style>