Shades of Eggplant #880666
Tints of Eggplant #880666
RGB
CMYK
RGB Variations
Color information
#880666 (or 0x880666) is known color: Eggplant. HEX triplet: 88, 06 and 66. RGB value is (136,6,102). Sum of RGB (Red+Green+Blue) = 136+6+102=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #880666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880666 is #77F999. Grayscale: #373737. Windows color (decimal): -7862682 or 6686344. OLE color: 6686344.
HSL color Cylindrical-coordinate representation of color #880666: hue angle of 315.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880666 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.47 |
| HSL | 315.69º | 0.92% | 0.28% | - |
| HSV(B) | 315.69º | 0.96% | 0.53% | - |
| XYZ | 12.62 | 6.32 | 13.13 | - |
| YUV | 55.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 102 | 0 | 0.96 | 0.25 | 0.47 | 315.69 | 0.92 | 0.28 |
| Hex | 88 | 6 | 66 | 0 | 60 | 19 | 2F | 13C | 5C | 1C |
| Octal | 210 | 6 | 146 | 0 | 140 | 31 | 57 | 474 | 134 | 34 |
| Binary | 10001000 | 110 | 1100110 | 0 | 1100000 | 11001 | 101111 | 100111100 | 1011100 | 11100 |
Color Harmonies of #880666
Complementary color
Monochromatic Colors of #880666
Black with #880666
Text Example
Text Example
White with #880666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880666; }
p { color: rgb(136,6,102); }
H1.HeaderClassName
{
color: #880666;
}
.AnyTagClassName
{
color: #880666;
}
</style>
background-color css
<style>
a { background-color: #880666; }
a { background-color: rgb(136,6,102); }
div.DivClassName
{
background-color: #880666;
}
.BgClassName
{
background-color: #880666;
}
</style>
border-color css
<style>
span { border-color: #880666; }
span { border-color: rgb(136,6,102); }
td.TdClassName
{
border-color: #880666;
}
.TagClassName
{
border-color: #880666;
}
</style>