Shades of Eggplant #88044D
Tints of Eggplant #88044D
RGB
CMYK
RGB Variations
Color information
#88044D (or 0x88044D) is known color: Eggplant. HEX triplet: 88, 04 and 4D. RGB value is (136,4,77). Sum of RGB (Red+Green+Blue) = 136+4+77=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88044D is #77FBB2. Grayscale: #333333. Windows color (decimal): -7863219 or 5047432. OLE color: 5047432.
HSL color Cylindrical-coordinate representation of color #88044D: hue angle of 326.82º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88044D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.47 |
| HSL | 326.82º | 0.94% | 0.27% | - |
| HSV(B) | 326.82º | 0.97% | 0.53% | - |
| XYZ | 11.54 | 5.86 | 7.54 | - |
| YUV | 51.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 77 | 0 | 0.97 | 0.43 | 0.47 | 326.82 | 0.94 | 0.27 |
| Hex | 88 | 4 | 4D | 0 | 61 | 2B | 2F | 147 | 5E | 1B |
| Octal | 210 | 4 | 115 | 0 | 141 | 53 | 57 | 507 | 136 | 33 |
| Binary | 10001000 | 100 | 1001101 | 0 | 1100001 | 101011 | 101111 | 101000111 | 1011110 | 11011 |
Color Harmonies of #88044D
Complementary color
Monochromatic Colors of #88044D
Black with #88044D
Text Example
Text Example
White with #88044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88044D; }
p { color: rgb(136,4,77); }
H1.HeaderClassName
{
color: #88044D;
}
.AnyTagClassName
{
color: #88044D;
}
</style>
background-color css
<style>
a { background-color: #88044D; }
a { background-color: rgb(136,4,77); }
div.DivClassName
{
background-color: #88044D;
}
.BgClassName
{
background-color: #88044D;
}
</style>
border-color css
<style>
span { border-color: #88044D; }
span { border-color: rgb(136,4,77); }
td.TdClassName
{
border-color: #88044D;
}
.TagClassName
{
border-color: #88044D;
}
</style>