Shades of Eggplant #88054E
Tints of Eggplant #88054E
RGB
CMYK
RGB Variations
Color information
#88054E (or 0x88054E) is known color: Eggplant. HEX triplet: 88, 05 and 4E. RGB value is (136,5,78). Sum of RGB (Red+Green+Blue) = 136+5+78=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88054E is #77FAB1. Grayscale: #343434. Windows color (decimal): -7862962 or 5113224. OLE color: 5113224.
HSL color Cylindrical-coordinate representation of color #88054E: hue angle of 326.56º degrees, saturation: 0.93, 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 #88054E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 78 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.47 |
| HSL | 326.56º | 0.93% | 0.28% | - |
| HSV(B) | 326.56º | 0.96% | 0.53% | - |
| XYZ | 11.58 | 5.89 | 7.73 | - |
| YUV | 52.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 78 | 0 | 0.96 | 0.43 | 0.47 | 326.56 | 0.93 | 0.28 |
| Hex | 88 | 5 | 4E | 0 | 60 | 2B | 2F | 147 | 5D | 1C |
| Octal | 210 | 5 | 116 | 0 | 140 | 53 | 57 | 507 | 135 | 34 |
| Binary | 10001000 | 101 | 1001110 | 0 | 1100000 | 101011 | 101111 | 101000111 | 1011101 | 11100 |
Color Harmonies of #88054E
Complementary color
Monochromatic Colors of #88054E
Black with #88054E
Text Example
Text Example
White with #88054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88054E; }
p { color: rgb(136,5,78); }
H1.HeaderClassName
{
color: #88054E;
}
.AnyTagClassName
{
color: #88054E;
}
</style>
background-color css
<style>
a { background-color: #88054E; }
a { background-color: rgb(136,5,78); }
div.DivClassName
{
background-color: #88054E;
}
.BgClassName
{
background-color: #88054E;
}
</style>
border-color css
<style>
span { border-color: #88054E; }
span { border-color: rgb(136,5,78); }
td.TdClassName
{
border-color: #88054E;
}
.TagClassName
{
border-color: #88054E;
}
</style>