Shades of Eggplant #880564
Tints of Eggplant #880564
RGB
CMYK
RGB Variations
Color information
#880564 (or 0x880564) is known color: Eggplant. HEX triplet: 88, 05 and 64. RGB value is (136,5,100). Sum of RGB (Red+Green+Blue) = 136+5+100=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880564 is #77FA9B. Grayscale: #363636. Windows color (decimal): -7862940 or 6555016. OLE color: 6555016.
HSL color Cylindrical-coordinate representation of color #880564: hue angle of 316.49º 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 #880564 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 100 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.47 |
| HSL | 316.49º | 0.93% | 0.28% | - |
| HSV(B) | 316.49º | 0.96% | 0.53% | - |
| XYZ | 12.51 | 6.26 | 12.61 | - |
| YUV | 55 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 100 | 0 | 0.96 | 0.26 | 0.47 | 316.49 | 0.93 | 0.28 |
| Hex | 88 | 5 | 64 | 0 | 60 | 1A | 2F | 13C | 5D | 1C |
| Octal | 210 | 5 | 144 | 0 | 140 | 32 | 57 | 474 | 135 | 34 |
| Binary | 10001000 | 101 | 1100100 | 0 | 1100000 | 11010 | 101111 | 100111100 | 1011101 | 11100 |
Color Harmonies of #880564
Complementary color
Monochromatic Colors of #880564
Black with #880564
Text Example
Text Example
White with #880564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880564; }
p { color: rgb(136,5,100); }
H1.HeaderClassName
{
color: #880564;
}
.AnyTagClassName
{
color: #880564;
}
</style>
background-color css
<style>
a { background-color: #880564; }
a { background-color: rgb(136,5,100); }
div.DivClassName
{
background-color: #880564;
}
.BgClassName
{
background-color: #880564;
}
</style>
border-color css
<style>
span { border-color: #880564; }
span { border-color: rgb(136,5,100); }
td.TdClassName
{
border-color: #880564;
}
.TagClassName
{
border-color: #880564;
}
</style>