Shades of Eggplant #8E0C63
Tints of Eggplant #8E0C63
RGB
CMYK
RGB Variations
Color information
#8E0C63 (or 0x8E0C63) is known color: Eggplant. HEX triplet: 8E, 0C and 63. RGB value is (142,12,99). Sum of RGB (Red+Green+Blue) = 142+12+99=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C63 is #71F39C. Grayscale: #3C3C3C. Windows color (decimal): -7467933 or 6491278. OLE color: 6491278.
HSL color Cylindrical-coordinate representation of color #8E0C63: hue angle of 319.85º 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 #8E0C63 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 99 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.44 |
| HSL | 319.85º | 0.84% | 0.3% | - |
| HSV(B) | 319.85º | 0.92% | 0.56% | - |
| XYZ | 13.54 | 6.91 | 12.43 | - |
| YUV | 60.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 99 | 0 | 0.92 | 0.30 | 0.44 | 319.85 | 0.84 | 0.3 |
| Hex | 8E | C | 63 | 0 | 5C | 1E | 2C | 140 | 54 | 1E |
| Octal | 216 | 14 | 143 | 0 | 134 | 36 | 54 | 500 | 124 | 36 |
| Binary | 10001110 | 1100 | 1100011 | 0 | 1011100 | 11110 | 101100 | 101000000 | 1010100 | 11110 |
Color Harmonies of #8E0C63
Complementary color
Monochromatic Colors of #8E0C63
Black with #8E0C63
Text Example
Text Example
White with #8E0C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C63; }
p { color: rgb(142,12,99); }
H1.HeaderClassName
{
color: #8E0C63;
}
.AnyTagClassName
{
color: #8E0C63;
}
</style>
background-color css
<style>
a { background-color: #8E0C63; }
a { background-color: rgb(142,12,99); }
div.DivClassName
{
background-color: #8E0C63;
}
.BgClassName
{
background-color: #8E0C63;
}
</style>
border-color css
<style>
span { border-color: #8E0C63; }
span { border-color: rgb(142,12,99); }
td.TdClassName
{
border-color: #8E0C63;
}
.TagClassName
{
border-color: #8E0C63;
}
</style>