Shades of Eggplant #880655
Tints of Eggplant #880655
RGB
CMYK
RGB Variations
Color information
#880655 (or 0x880655) is known color: Eggplant. HEX triplet: 88, 06 and 55. RGB value is (136,6,85). Sum of RGB (Red+Green+Blue) = 136+6+85=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #880655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880655 is #77F9AA. Grayscale: #353535. Windows color (decimal): -7862699 or 5572232. OLE color: 5572232.
HSL color Cylindrical-coordinate representation of color #880655: hue angle of 323.54º 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 #880655 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 85 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.47 |
| HSL | 323.54º | 0.92% | 0.28% | - |
| HSV(B) | 323.54º | 0.96% | 0.53% | - |
| XYZ | 11.86 | 6.02 | 9.13 | - |
| YUV | 53.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 85 | 0 | 0.96 | 0.38 | 0.47 | 323.54 | 0.92 | 0.28 |
| Hex | 88 | 6 | 55 | 0 | 60 | 26 | 2F | 144 | 5C | 1C |
| Octal | 210 | 6 | 125 | 0 | 140 | 46 | 57 | 504 | 134 | 34 |
| Binary | 10001000 | 110 | 1010101 | 0 | 1100000 | 100110 | 101111 | 101000100 | 1011100 | 11100 |
Color Harmonies of #880655
Complementary color
Monochromatic Colors of #880655
Black with #880655
Text Example
Text Example
White with #880655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880655; }
p { color: rgb(136,6,85); }
H1.HeaderClassName
{
color: #880655;
}
.AnyTagClassName
{
color: #880655;
}
</style>
background-color css
<style>
a { background-color: #880655; }
a { background-color: rgb(136,6,85); }
div.DivClassName
{
background-color: #880655;
}
.BgClassName
{
background-color: #880655;
}
</style>
border-color css
<style>
span { border-color: #880655; }
span { border-color: rgb(136,6,85); }
td.TdClassName
{
border-color: #880655;
}
.TagClassName
{
border-color: #880655;
}
</style>