Shades of Eggplant #8E005C
Tints of Eggplant #8E005C
RGB
CMYK
RGB Variations
Color information
#8E005C (or 0x8E005C) is known color: Eggplant. HEX triplet: 8E, 00 and 5C. RGB value is (142,0,92). Sum of RGB (Red+Green+Blue) = 142+0+92=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E005C is #71FFA3. Grayscale: #343434. Windows color (decimal): -7471012 or 6029454. OLE color: 6029454.
HSL color Cylindrical-coordinate representation of color #8E005C: hue angle of 321.13º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E005C is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.35 | 0.44 |
| HSL | 321.13º | 1% | 0.28% | - |
| HSV(B) | 321.13º | 1% | 0.56% | - |
| XYZ | 13.09 | 6.52 | 10.69 | - |
| YUV | 52.95 | 150.04 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 92 | 0 | 1 | 0.35 | 0.44 | 321.13 | 1 | 0.28 |
| Hex | 8E | 0 | 5C | 0 | 64 | 23 | 2C | 141 | 64 | 1C |
| Octal | 216 | 0 | 134 | 0 | 144 | 43 | 54 | 501 | 144 | 34 |
| Binary | 10001110 | 0 | 1011100 | 0 | 1100100 | 100011 | 101100 | 101000001 | 1100100 | 11100 |
Color Harmonies of #8E005C
Complementary color
Monochromatic Colors of #8E005C
Black with #8E005C
Text Example
Text Example
White with #8E005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E005C; }
p { color: rgb(142,0,92); }
H1.HeaderClassName
{
color: #8E005C;
}
.AnyTagClassName
{
color: #8E005C;
}
</style>
background-color css
<style>
a { background-color: #8E005C; }
a { background-color: rgb(142,0,92); }
div.DivClassName
{
background-color: #8E005C;
}
.BgClassName
{
background-color: #8E005C;
}
</style>
border-color css
<style>
span { border-color: #8E005C; }
span { border-color: rgb(142,0,92); }
td.TdClassName
{
border-color: #8E005C;
}
.TagClassName
{
border-color: #8E005C;
}
</style>