Shades of Eggplant #88026E
Tints of Eggplant #88026E
RGB
CMYK
RGB Variations
Color information
#88026E (or 0x88026E) is known color: Eggplant. HEX triplet: 88, 02 and 6E. RGB value is (136,2,110). Sum of RGB (Red+Green+Blue) = 136+2+110=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88026E is #77FD91. Grayscale: #363636. Windows color (decimal): -7863698 or 7209608. OLE color: 7209608.
HSL color Cylindrical-coordinate representation of color #88026E: hue angle of 311.64º degrees, saturation: 0.97, 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 #88026E is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.47 |
| HSL | 311.64º | 0.97% | 0.27% | - |
| HSV(B) | 311.64º | 0.99% | 0.53% | - |
| XYZ | 12.99 | 6.4 | 15.3 | - |
| YUV | 54.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 110 | 0 | 0.99 | 0.19 | 0.47 | 311.64 | 0.97 | 0.27 |
| Hex | 88 | 2 | 6E | 0 | 63 | 13 | 2F | 138 | 61 | 1B |
| Octal | 210 | 2 | 156 | 0 | 143 | 23 | 57 | 470 | 141 | 33 |
| Binary | 10001000 | 10 | 1101110 | 0 | 1100011 | 10011 | 101111 | 100111000 | 1100001 | 11011 |
Color Harmonies of #88026E
Complementary color
Monochromatic Colors of #88026E
Black with #88026E
Text Example
Text Example
White with #88026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88026E; }
p { color: rgb(136,2,110); }
H1.HeaderClassName
{
color: #88026E;
}
.AnyTagClassName
{
color: #88026E;
}
</style>
background-color css
<style>
a { background-color: #88026E; }
a { background-color: rgb(136,2,110); }
div.DivClassName
{
background-color: #88026E;
}
.BgClassName
{
background-color: #88026E;
}
</style>
border-color css
<style>
span { border-color: #88026E; }
span { border-color: rgb(136,2,110); }
td.TdClassName
{
border-color: #88026E;
}
.TagClassName
{
border-color: #88026E;
}
</style>