Shades of Eggplant #8C116A
Tints of Eggplant #8C116A
RGB
CMYK
RGB Variations
Color information
#8C116A (or 0x8C116A) is known color: Eggplant. HEX triplet: 8C, 11 and 6A. RGB value is (140,17,106). Sum of RGB (Red+Green+Blue) = 140+17+106=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C116A is #73EE95. Grayscale: #3F3F3F. Windows color (decimal): -7597718 or 6951308. OLE color: 6951308.
HSL color Cylindrical-coordinate representation of color #8C116A: hue angle of 316.59º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C116A is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 106 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.45 |
| HSL | 316.59º | 0.78% | 0.31% | - |
| HSV(B) | 316.59º | 0.88% | 0.55% | - |
| XYZ | 13.62 | 7.02 | 14.27 | - |
| YUV | 63.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 106 | 0 | 0.88 | 0.24 | 0.45 | 316.59 | 0.78 | 0.31 |
| Hex | 8C | 11 | 6A | 0 | 58 | 18 | 2D | 13D | 4E | 1F |
| Octal | 214 | 21 | 152 | 0 | 130 | 30 | 55 | 475 | 116 | 37 |
| Binary | 10001100 | 10001 | 1101010 | 0 | 1011000 | 11000 | 101101 | 100111101 | 1001110 | 11111 |
Color Harmonies of #8C116A
Complementary color
Monochromatic Colors of #8C116A
Black with #8C116A
Text Example
Text Example
White with #8C116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C116A; }
p { color: rgb(140,17,106); }
H1.HeaderClassName
{
color: #8C116A;
}
.AnyTagClassName
{
color: #8C116A;
}
</style>
background-color css
<style>
a { background-color: #8C116A; }
a { background-color: rgb(140,17,106); }
div.DivClassName
{
background-color: #8C116A;
}
.BgClassName
{
background-color: #8C116A;
}
</style>
border-color css
<style>
span { border-color: #8C116A; }
span { border-color: rgb(140,17,106); }
td.TdClassName
{
border-color: #8C116A;
}
.TagClassName
{
border-color: #8C116A;
}
</style>