Shades of Eggplant #880566
Tints of Eggplant #880566
RGB
CMYK
RGB Variations
Color information
#880566 (or 0x880566) is known color: Eggplant. HEX triplet: 88, 05 and 66. RGB value is (136,5,102). Sum of RGB (Red+Green+Blue) = 136+5+102=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #880566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880566 is #77FA99. Grayscale: #363636. Windows color (decimal): -7862938 or 6686088. OLE color: 6686088.
HSL color Cylindrical-coordinate representation of color #880566: hue angle of 315.57º degrees, saturation: 0.93, 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 #880566 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 102 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.47 |
| HSL | 315.57º | 0.93% | 0.28% | - |
| HSV(B) | 315.57º | 0.96% | 0.53% | - |
| XYZ | 12.61 | 6.3 | 13.12 | - |
| YUV | 55.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 102 | 0 | 0.96 | 0.25 | 0.47 | 315.57 | 0.93 | 0.28 |
| Hex | 88 | 5 | 66 | 0 | 60 | 19 | 2F | 13C | 5D | 1C |
| Octal | 210 | 5 | 146 | 0 | 140 | 31 | 57 | 474 | 135 | 34 |
| Binary | 10001000 | 101 | 1100110 | 0 | 1100000 | 11001 | 101111 | 100111100 | 1011101 | 11100 |
Color Harmonies of #880566
Complementary color
Monochromatic Colors of #880566
Black with #880566
Text Example
Text Example
White with #880566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880566; }
p { color: rgb(136,5,102); }
H1.HeaderClassName
{
color: #880566;
}
.AnyTagClassName
{
color: #880566;
}
</style>
background-color css
<style>
a { background-color: #880566; }
a { background-color: rgb(136,5,102); }
div.DivClassName
{
background-color: #880566;
}
.BgClassName
{
background-color: #880566;
}
</style>
border-color css
<style>
span { border-color: #880566; }
span { border-color: rgb(136,5,102); }
td.TdClassName
{
border-color: #880566;
}
.TagClassName
{
border-color: #880566;
}
</style>