Shades of Eggplant #88004C
Tints of Eggplant #88004C
RGB
CMYK
RGB Variations
Color information
#88004C (or 0x88004C) is known color: Eggplant. HEX triplet: 88, 00 and 4C. RGB value is (136,0,76). Sum of RGB (Red+Green+Blue) = 136+0+76=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #88004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88004C is #77FFB3. Grayscale: #313131. Windows color (decimal): -7864244 or 4980872. OLE color: 4980872.
HSL color Cylindrical-coordinate representation of color #88004C: hue angle of 326.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88004C is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.44 | 0.47 |
| HSL | 326.47º | 1% | 0.27% | - |
| HSV(B) | 326.47º | 1% | 0.53% | - |
| XYZ | 11.46 | 5.76 | 7.34 | - |
| YUV | 49.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 76 | 0 | 1 | 0.44 | 0.47 | 326.47 | 1 | 0.27 |
| Hex | 88 | 0 | 4C | 0 | 64 | 2C | 2F | 146 | 64 | 1B |
| Octal | 210 | 0 | 114 | 0 | 144 | 54 | 57 | 506 | 144 | 33 |
| Binary | 10001000 | 0 | 1001100 | 0 | 1100100 | 101100 | 101111 | 101000110 | 1100100 | 11011 |
Color Harmonies of #88004C
Complementary color
Monochromatic Colors of #88004C
Black with #88004C
Text Example
Text Example
White with #88004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88004C; }
p { color: rgb(136,0,76); }
H1.HeaderClassName
{
color: #88004C;
}
.AnyTagClassName
{
color: #88004C;
}
</style>
background-color css
<style>
a { background-color: #88004C; }
a { background-color: rgb(136,0,76); }
div.DivClassName
{
background-color: #88004C;
}
.BgClassName
{
background-color: #88004C;
}
</style>
border-color css
<style>
span { border-color: #88004C; }
span { border-color: rgb(136,0,76); }
td.TdClassName
{
border-color: #88004C;
}
.TagClassName
{
border-color: #88004C;
}
</style>