Shades of Eggplant #8C064E
Tints of Eggplant #8C064E
RGB
CMYK
RGB Variations
Color information
#8C064E (or 0x8C064E) is known color: Eggplant. HEX triplet: 8C, 06 and 4E. RGB value is (140,6,78). Sum of RGB (Red+Green+Blue) = 140+6+78=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C064E is #73F9B1. Grayscale: #363636. Windows color (decimal): -7600562 or 5113484. OLE color: 5113484.
HSL color Cylindrical-coordinate representation of color #8C064E: hue angle of 327.76º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C064E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 78 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.45 |
| HSL | 327.76º | 0.92% | 0.29% | - |
| HSV(B) | 327.76º | 0.96% | 0.55% | - |
| XYZ | 12.26 | 6.26 | 7.77 | - |
| YUV | 54.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 78 | 0 | 0.96 | 0.44 | 0.45 | 327.76 | 0.92 | 0.29 |
| Hex | 8C | 6 | 4E | 0 | 60 | 2C | 2D | 148 | 5C | 1D |
| Octal | 214 | 6 | 116 | 0 | 140 | 54 | 55 | 510 | 134 | 35 |
| Binary | 10001100 | 110 | 1001110 | 0 | 1100000 | 101100 | 101101 | 101001000 | 1011100 | 11101 |
Color Harmonies of #8C064E
Complementary color
Monochromatic Colors of #8C064E
Black with #8C064E
Text Example
Text Example
White with #8C064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C064E; }
p { color: rgb(140,6,78); }
H1.HeaderClassName
{
color: #8C064E;
}
.AnyTagClassName
{
color: #8C064E;
}
</style>
background-color css
<style>
a { background-color: #8C064E; }
a { background-color: rgb(140,6,78); }
div.DivClassName
{
background-color: #8C064E;
}
.BgClassName
{
background-color: #8C064E;
}
</style>
border-color css
<style>
span { border-color: #8C064E; }
span { border-color: rgb(140,6,78); }
td.TdClassName
{
border-color: #8C064E;
}
.TagClassName
{
border-color: #8C064E;
}
</style>