Shades of Eggplant #880153
Tints of Eggplant #880153
RGB
CMYK
RGB Variations
Color information
#880153 (or 0x880153) is known color: Eggplant. HEX triplet: 88, 01 and 53. RGB value is (136,1,83). Sum of RGB (Red+Green+Blue) = 136+1+83=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #880153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880153 is #77FEAC. Grayscale: #323232. Windows color (decimal): -7863981 or 5439880. OLE color: 5439880.
HSL color Cylindrical-coordinate representation of color #880153: hue angle of 323.56º 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 #880153 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.47 |
| HSL | 323.56º | 0.99% | 0.27% | - |
| HSV(B) | 323.56º | 0.99% | 0.53% | - |
| XYZ | 11.73 | 5.88 | 8.7 | - |
| YUV | 50.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 83 | 0 | 0.99 | 0.39 | 0.47 | 323.56 | 0.99 | 0.27 |
| Hex | 88 | 1 | 53 | 0 | 63 | 27 | 2F | 144 | 63 | 1B |
| Octal | 210 | 1 | 123 | 0 | 143 | 47 | 57 | 504 | 143 | 33 |
| Binary | 10001000 | 1 | 1010011 | 0 | 1100011 | 100111 | 101111 | 101000100 | 1100011 | 11011 |
Color Harmonies of #880153
Complementary color
Monochromatic Colors of #880153
Black with #880153
Text Example
Text Example
White with #880153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880153; }
p { color: rgb(136,1,83); }
H1.HeaderClassName
{
color: #880153;
}
.AnyTagClassName
{
color: #880153;
}
</style>
background-color css
<style>
a { background-color: #880153; }
a { background-color: rgb(136,1,83); }
div.DivClassName
{
background-color: #880153;
}
.BgClassName
{
background-color: #880153;
}
</style>
border-color css
<style>
span { border-color: #880153; }
span { border-color: rgb(136,1,83); }
td.TdClassName
{
border-color: #880153;
}
.TagClassName
{
border-color: #880153;
}
</style>