Shades of Eggplant #880155
Tints of Eggplant #880155
RGB
CMYK
RGB Variations
Color information
#880155 (or 0x880155) is known color: Eggplant. HEX triplet: 88, 01 and 55. RGB value is (136,1,85). Sum of RGB (Red+Green+Blue) = 136+1+85=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #880155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880155 is #77FEAA. Grayscale: #323232. Windows color (decimal): -7863979 or 5570952. OLE color: 5570952.
HSL color Cylindrical-coordinate representation of color #880155: hue angle of 322.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880155 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.47 |
| HSL | 322.67º | 0.99% | 0.27% | - |
| HSV(B) | 322.67º | 0.99% | 0.53% | - |
| XYZ | 11.8 | 5.91 | 9.11 | - |
| YUV | 50.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 85 | 0 | 0.99 | 0.38 | 0.47 | 322.67 | 0.99 | 0.27 |
| Hex | 88 | 1 | 55 | 0 | 63 | 26 | 2F | 143 | 63 | 1B |
| Octal | 210 | 1 | 125 | 0 | 143 | 46 | 57 | 503 | 143 | 33 |
| Binary | 10001000 | 1 | 1010101 | 0 | 1100011 | 100110 | 101111 | 101000011 | 1100011 | 11011 |
Color Harmonies of #880155
Complementary color
Monochromatic Colors of #880155
Black with #880155
Text Example
Text Example
White with #880155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880155; }
p { color: rgb(136,1,85); }
H1.HeaderClassName
{
color: #880155;
}
.AnyTagClassName
{
color: #880155;
}
</style>
background-color css
<style>
a { background-color: #880155; }
a { background-color: rgb(136,1,85); }
div.DivClassName
{
background-color: #880155;
}
.BgClassName
{
background-color: #880155;
}
</style>
border-color css
<style>
span { border-color: #880155; }
span { border-color: rgb(136,1,85); }
td.TdClassName
{
border-color: #880155;
}
.TagClassName
{
border-color: #880155;
}
</style>