Shades of Eggplant #8E086B
Tints of Eggplant #8E086B
RGB
CMYK
RGB Variations
Color information
#8E086B (or 0x8E086B) is known color: Eggplant. HEX triplet: 8E, 08 and 6B. RGB value is (142,8,107). Sum of RGB (Red+Green+Blue) = 142+8+107=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E086B is #71F794. Grayscale: #3B3B3B. Windows color (decimal): -7468949 or 7014542. OLE color: 7014542.
HSL color Cylindrical-coordinate representation of color #8E086B: hue angle of 315.67º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E086B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 107 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.44 |
| HSL | 315.67º | 0.89% | 0.29% | - |
| HSV(B) | 315.67º | 0.94% | 0.56% | - |
| XYZ | 13.9 | 6.99 | 14.53 | - |
| YUV | 59.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 107 | 0 | 0.94 | 0.25 | 0.44 | 315.67 | 0.89 | 0.29 |
| Hex | 8E | 8 | 6B | 0 | 5E | 19 | 2C | 13C | 59 | 1D |
| Octal | 216 | 10 | 153 | 0 | 136 | 31 | 54 | 474 | 131 | 35 |
| Binary | 10001110 | 1000 | 1101011 | 0 | 1011110 | 11001 | 101100 | 100111100 | 1011001 | 11101 |
Color Harmonies of #8E086B
Complementary color
Monochromatic Colors of #8E086B
Black with #8E086B
Text Example
Text Example
White with #8E086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E086B; }
p { color: rgb(142,8,107); }
H1.HeaderClassName
{
color: #8E086B;
}
.AnyTagClassName
{
color: #8E086B;
}
</style>
background-color css
<style>
a { background-color: #8E086B; }
a { background-color: rgb(142,8,107); }
div.DivClassName
{
background-color: #8E086B;
}
.BgClassName
{
background-color: #8E086B;
}
</style>
border-color css
<style>
span { border-color: #8E086B; }
span { border-color: rgb(142,8,107); }
td.TdClassName
{
border-color: #8E086B;
}
.TagClassName
{
border-color: #8E086B;
}
</style>