Shades of Eggplant #8C0066
Tints of Eggplant #8C0066
RGB
CMYK
RGB Variations
Color information
#8C0066 (or 0x8C0066) is known color: Eggplant. HEX triplet: 8C, 00 and 66. RGB value is (140,0,102). Sum of RGB (Red+Green+Blue) = 140+0+102=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0066 is #73FF99. Grayscale: #353535. Windows color (decimal): -7602074 or 6684812. OLE color: 6684812.
HSL color Cylindrical-coordinate representation of color #8C0066: hue angle of 316.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0066 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.27 | 0.45 |
| HSL | 316.29º | 1% | 0.27% | - |
| HSV(B) | 316.29º | 1% | 0.55% | - |
| XYZ | 13.21 | 6.53 | 13.14 | - |
| YUV | 53.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 102 | 0 | 1 | 0.27 | 0.45 | 316.29 | 1 | 0.27 |
| Hex | 8C | 0 | 66 | 0 | 64 | 1B | 2D | 13C | 64 | 1B |
| Octal | 214 | 0 | 146 | 0 | 144 | 33 | 55 | 474 | 144 | 33 |
| Binary | 10001100 | 0 | 1100110 | 0 | 1100100 | 11011 | 101101 | 100111100 | 1100100 | 11011 |
Color Harmonies of #8C0066
Complementary color
Monochromatic Colors of #8C0066
Black with #8C0066
Text Example
Text Example
White with #8C0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0066; }
p { color: rgb(140,0,102); }
H1.HeaderClassName
{
color: #8C0066;
}
.AnyTagClassName
{
color: #8C0066;
}
</style>
background-color css
<style>
a { background-color: #8C0066; }
a { background-color: rgb(140,0,102); }
div.DivClassName
{
background-color: #8C0066;
}
.BgClassName
{
background-color: #8C0066;
}
</style>
border-color css
<style>
span { border-color: #8C0066; }
span { border-color: rgb(140,0,102); }
td.TdClassName
{
border-color: #8C0066;
}
.TagClassName
{
border-color: #8C0066;
}
</style>