Shades of Eggplant #8C066D
Tints of Eggplant #8C066D
RGB
CMYK
RGB Variations
Color information
#8C066D (or 0x8C066D) is known color: Eggplant. HEX triplet: 8C, 06 and 6D. RGB value is (140,6,109). Sum of RGB (Red+Green+Blue) = 140+6+109=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C066D is #73F992. Grayscale: #393939. Windows color (decimal): -7600531 or 7145100. OLE color: 7145100.
HSL color Cylindrical-coordinate representation of color #8C066D: hue angle of 313.88º 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 #8C066D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.45 |
| HSL | 313.88º | 0.92% | 0.29% | - |
| HSV(B) | 313.88º | 0.96% | 0.55% | - |
| XYZ | 13.64 | 6.81 | 15.06 | - |
| YUV | 57.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 109 | 0 | 0.96 | 0.22 | 0.45 | 313.88 | 0.92 | 0.29 |
| Hex | 8C | 6 | 6D | 0 | 60 | 16 | 2D | 13A | 5C | 1D |
| Octal | 214 | 6 | 155 | 0 | 140 | 26 | 55 | 472 | 134 | 35 |
| Binary | 10001100 | 110 | 1101101 | 0 | 1100000 | 10110 | 101101 | 100111010 | 1011100 | 11101 |
Color Harmonies of #8C066D
Complementary color
Monochromatic Colors of #8C066D
Black with #8C066D
Text Example
Text Example
White with #8C066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C066D; }
p { color: rgb(140,6,109); }
H1.HeaderClassName
{
color: #8C066D;
}
.AnyTagClassName
{
color: #8C066D;
}
</style>
background-color css
<style>
a { background-color: #8C066D; }
a { background-color: rgb(140,6,109); }
div.DivClassName
{
background-color: #8C066D;
}
.BgClassName
{
background-color: #8C066D;
}
</style>
border-color css
<style>
span { border-color: #8C066D; }
span { border-color: rgb(140,6,109); }
td.TdClassName
{
border-color: #8C066D;
}
.TagClassName
{
border-color: #8C066D;
}
</style>