Shades of Eggplant #8C0A6C
Tints of Eggplant #8C0A6C
RGB
CMYK
RGB Variations
Color information
#8C0A6C (or 0x8C0A6C) is known color: Eggplant. HEX triplet: 8C, 0A and 6C. RGB value is (140,10,108). Sum of RGB (Red+Green+Blue) = 140+10+108=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A6C is #73F593. Grayscale: #3B3B3B. Windows color (decimal): -7599508 or 7080588. OLE color: 7080588.
HSL color Cylindrical-coordinate representation of color #8C0A6C: hue angle of 314.77º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A6C is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 108 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.45 |
| HSL | 314.77º | 0.87% | 0.29% | - |
| HSV(B) | 314.77º | 0.93% | 0.55% | - |
| XYZ | 13.63 | 6.88 | 14.8 | - |
| YUV | 60.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 108 | 0 | 0.93 | 0.23 | 0.45 | 314.77 | 0.87 | 0.29 |
| Hex | 8C | A | 6C | 0 | 5D | 17 | 2D | 13B | 57 | 1D |
| Octal | 214 | 12 | 154 | 0 | 135 | 27 | 55 | 473 | 127 | 35 |
| Binary | 10001100 | 1010 | 1101100 | 0 | 1011101 | 10111 | 101101 | 100111011 | 1010111 | 11101 |
Color Harmonies of #8C0A6C
Complementary color
Monochromatic Colors of #8C0A6C
Black with #8C0A6C
Text Example
Text Example
White with #8C0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A6C; }
p { color: rgb(140,10,108); }
H1.HeaderClassName
{
color: #8C0A6C;
}
.AnyTagClassName
{
color: #8C0A6C;
}
</style>
background-color css
<style>
a { background-color: #8C0A6C; }
a { background-color: rgb(140,10,108); }
div.DivClassName
{
background-color: #8C0A6C;
}
.BgClassName
{
background-color: #8C0A6C;
}
</style>
border-color css
<style>
span { border-color: #8C0A6C; }
span { border-color: rgb(140,10,108); }
td.TdClassName
{
border-color: #8C0A6C;
}
.TagClassName
{
border-color: #8C0A6C;
}
</style>