Shades of Eggplant #8E0C67
Tints of Eggplant #8E0C67
RGB
CMYK
RGB Variations
Color information
#8E0C67 (or 0x8E0C67) is known color: Eggplant. HEX triplet: 8E, 0C and 67. RGB value is (142,12,103). Sum of RGB (Red+Green+Blue) = 142+12+103=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C67 is #71F398. Grayscale: #3D3D3D. Windows color (decimal): -7467929 or 6753422. OLE color: 6753422.
HSL color Cylindrical-coordinate representation of color #8E0C67: hue angle of 318º degrees, saturation: 0.84, 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 #8E0C67 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 103 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.44 |
| HSL | 318º | 0.84% | 0.3% | - |
| HSV(B) | 318º | 0.92% | 0.56% | - |
| XYZ | 13.73 | 6.99 | 13.46 | - |
| YUV | 61.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 103 | 0 | 0.92 | 0.27 | 0.44 | 318 | 0.84 | 0.3 |
| Hex | 8E | C | 67 | 0 | 5C | 1B | 2C | 13E | 54 | 1E |
| Octal | 216 | 14 | 147 | 0 | 134 | 33 | 54 | 476 | 124 | 36 |
| Binary | 10001110 | 1100 | 1100111 | 0 | 1011100 | 11011 | 101100 | 100111110 | 1010100 | 11110 |
Color Harmonies of #8E0C67
Complementary color
Monochromatic Colors of #8E0C67
Black with #8E0C67
Text Example
Text Example
White with #8E0C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C67; }
p { color: rgb(142,12,103); }
H1.HeaderClassName
{
color: #8E0C67;
}
.AnyTagClassName
{
color: #8E0C67;
}
</style>
background-color css
<style>
a { background-color: #8E0C67; }
a { background-color: rgb(142,12,103); }
div.DivClassName
{
background-color: #8E0C67;
}
.BgClassName
{
background-color: #8E0C67;
}
</style>
border-color css
<style>
span { border-color: #8E0C67; }
span { border-color: rgb(142,12,103); }
td.TdClassName
{
border-color: #8E0C67;
}
.TagClassName
{
border-color: #8E0C67;
}
</style>