Shades of Eggplant #880A66
Tints of Eggplant #880A66
RGB
CMYK
RGB Variations
Color information
#880A66 (or 0x880A66) is known color: Eggplant. HEX triplet: 88, 0A and 66. RGB value is (136,10,102). Sum of RGB (Red+Green+Blue) = 136+10+102=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #880A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A66 is #77F599. Grayscale: #393939. Windows color (decimal): -7861658 or 6687368. OLE color: 6687368.
HSL color Cylindrical-coordinate representation of color #880A66: hue angle of 316.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A66 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 102 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.47 |
| HSL | 316.19º | 0.86% | 0.29% | - |
| HSV(B) | 316.19º | 0.93% | 0.53% | - |
| XYZ | 12.66 | 6.41 | 13.14 | - |
| YUV | 58.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 102 | 0 | 0.93 | 0.25 | 0.47 | 316.19 | 0.86 | 0.29 |
| Hex | 88 | A | 66 | 0 | 5D | 19 | 2F | 13C | 56 | 1D |
| Octal | 210 | 12 | 146 | 0 | 135 | 31 | 57 | 474 | 126 | 35 |
| Binary | 10001000 | 1010 | 1100110 | 0 | 1011101 | 11001 | 101111 | 100111100 | 1010110 | 11101 |
Color Harmonies of #880A66
Complementary color
Monochromatic Colors of #880A66
Black with #880A66
Text Example
Text Example
White with #880A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A66; }
p { color: rgb(136,10,102); }
H1.HeaderClassName
{
color: #880A66;
}
.AnyTagClassName
{
color: #880A66;
}
</style>
background-color css
<style>
a { background-color: #880A66; }
a { background-color: rgb(136,10,102); }
div.DivClassName
{
background-color: #880A66;
}
.BgClassName
{
background-color: #880A66;
}
</style>
border-color css
<style>
span { border-color: #880A66; }
span { border-color: rgb(136,10,102); }
td.TdClassName
{
border-color: #880A66;
}
.TagClassName
{
border-color: #880A66;
}
</style>