Shades of Eggplant #8C086E
Tints of Eggplant #8C086E
RGB
CMYK
RGB Variations
Color information
#8C086E (or 0x8C086E) is known color: Eggplant. HEX triplet: 8C, 08 and 6E. RGB value is (140,8,110). Sum of RGB (Red+Green+Blue) = 140+8+110=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C086E is #73F791. Grayscale: #3A3A3A. Windows color (decimal): -7600018 or 7211148. OLE color: 7211148.
HSL color Cylindrical-coordinate representation of color #8C086E: hue angle of 313.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C086E is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.45 |
| HSL | 313.64º | 0.89% | 0.29% | - |
| HSV(B) | 313.64º | 0.94% | 0.55% | - |
| XYZ | 13.72 | 6.87 | 15.36 | - |
| YUV | 59.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 110 | 0 | 0.94 | 0.21 | 0.45 | 313.64 | 0.89 | 0.29 |
| Hex | 8C | 8 | 6E | 0 | 5E | 15 | 2D | 13A | 59 | 1D |
| Octal | 214 | 10 | 156 | 0 | 136 | 25 | 55 | 472 | 131 | 35 |
| Binary | 10001100 | 1000 | 1101110 | 0 | 1011110 | 10101 | 101101 | 100111010 | 1011001 | 11101 |
Color Harmonies of #8C086E
Complementary color
Monochromatic Colors of #8C086E
Black with #8C086E
Text Example
Text Example
White with #8C086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C086E; }
p { color: rgb(140,8,110); }
H1.HeaderClassName
{
color: #8C086E;
}
.AnyTagClassName
{
color: #8C086E;
}
</style>
background-color css
<style>
a { background-color: #8C086E; }
a { background-color: rgb(140,8,110); }
div.DivClassName
{
background-color: #8C086E;
}
.BgClassName
{
background-color: #8C086E;
}
</style>
border-color css
<style>
span { border-color: #8C086E; }
span { border-color: rgb(140,8,110); }
td.TdClassName
{
border-color: #8C086E;
}
.TagClassName
{
border-color: #8C086E;
}
</style>