Shades of Eggplant #8E076A
Tints of Eggplant #8E076A
RGB
CMYK
RGB Variations
Color information
#8E076A (or 0x8E076A) is known color: Eggplant. HEX triplet: 8E, 07 and 6A. RGB value is (142,7,106). Sum of RGB (Red+Green+Blue) = 142+7+106=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E076A is #71F895. Grayscale: #3A3A3A. Windows color (decimal): -7469206 or 6948750. OLE color: 6948750.
HSL color Cylindrical-coordinate representation of color #8E076A: hue angle of 316º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E076A is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 7 | 106 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.44 |
| HSL | 316º | 0.91% | 0.29% | - |
| HSV(B) | 316º | 0.95% | 0.56% | - |
| XYZ | 13.83 | 6.94 | 14.25 | - |
| YUV | 58.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 106 | 0 | 0.95 | 0.25 | 0.44 | 316 | 0.91 | 0.29 |
| Hex | 8E | 7 | 6A | 0 | 5F | 19 | 2C | 13C | 5B | 1D |
| Octal | 216 | 7 | 152 | 0 | 137 | 31 | 54 | 474 | 133 | 35 |
| Binary | 10001110 | 111 | 1101010 | 0 | 1011111 | 11001 | 101100 | 100111100 | 1011011 | 11101 |
Color Harmonies of #8E076A
Complementary color
Monochromatic Colors of #8E076A
Black with #8E076A
Text Example
Text Example
White with #8E076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E076A; }
p { color: rgb(142,7,106); }
H1.HeaderClassName
{
color: #8E076A;
}
.AnyTagClassName
{
color: #8E076A;
}
</style>
background-color css
<style>
a { background-color: #8E076A; }
a { background-color: rgb(142,7,106); }
div.DivClassName
{
background-color: #8E076A;
}
.BgClassName
{
background-color: #8E076A;
}
</style>
border-color css
<style>
span { border-color: #8E076A; }
span { border-color: rgb(142,7,106); }
td.TdClassName
{
border-color: #8E076A;
}
.TagClassName
{
border-color: #8E076A;
}
</style>