Shades of Eggplant #8E1067
Tints of Eggplant #8E1067
RGB
CMYK
RGB Variations
Color information
#8E1067 (or 0x8E1067) is known color: Eggplant. HEX triplet: 8E, 10 and 67. RGB value is (142,16,103). Sum of RGB (Red+Green+Blue) = 142+16+103=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1067 is #71EF98. Grayscale: #3F3F3F. Windows color (decimal): -7466905 or 6754446. OLE color: 6754446.
HSL color Cylindrical-coordinate representation of color #8E1067: hue angle of 318.57º degrees, saturation: 0.8, 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 #8E1067 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 16 | 103 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.44 |
| HSL | 318.57º | 0.8% | 0.31% | - |
| HSV(B) | 318.57º | 0.89% | 0.56% | - |
| XYZ | 13.79 | 7.1 | 13.48 | - |
| YUV | 63.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 103 | 0 | 0.89 | 0.27 | 0.44 | 318.57 | 0.8 | 0.31 |
| Hex | 8E | 10 | 67 | 0 | 59 | 1B | 2C | 13F | 50 | 1F |
| Octal | 216 | 20 | 147 | 0 | 131 | 33 | 54 | 477 | 120 | 37 |
| Binary | 10001110 | 10000 | 1100111 | 0 | 1011001 | 11011 | 101100 | 100111111 | 1010000 | 11111 |
Color Harmonies of #8E1067
Complementary color
Monochromatic Colors of #8E1067
Black with #8E1067
Text Example
Text Example
White with #8E1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1067; }
p { color: rgb(142,16,103); }
H1.HeaderClassName
{
color: #8E1067;
}
.AnyTagClassName
{
color: #8E1067;
}
</style>
background-color css
<style>
a { background-color: #8E1067; }
a { background-color: rgb(142,16,103); }
div.DivClassName
{
background-color: #8E1067;
}
.BgClassName
{
background-color: #8E1067;
}
</style>
border-color css
<style>
span { border-color: #8E1067; }
span { border-color: rgb(142,16,103); }
td.TdClassName
{
border-color: #8E1067;
}
.TagClassName
{
border-color: #8E1067;
}
</style>