Shades of Eggplant #88005A
Tints of Eggplant #88005A
RGB
CMYK
RGB Variations
Color information
#88005A (or 0x88005A) is known color: Eggplant. HEX triplet: 88, 00 and 5A. RGB value is (136,0,90). Sum of RGB (Red+Green+Blue) = 136+0+90=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #88005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005A is #77FFA5. Grayscale: #323232. Windows color (decimal): -7864230 or 5898376. OLE color: 5898376.
HSL color Cylindrical-coordinate representation of color #88005A: hue angle of 320.29º 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 #88005A is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.34 | 0.47 |
| HSL | 320.29º | 1% | 0.27% | - |
| HSV(B) | 320.29º | 1% | 0.53% | - |
| XYZ | 12 | 5.97 | 10.19 | - |
| YUV | 50.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 90 | 0 | 1 | 0.34 | 0.47 | 320.29 | 1 | 0.27 |
| Hex | 88 | 0 | 5A | 0 | 64 | 22 | 2F | 140 | 64 | 1B |
| Octal | 210 | 0 | 132 | 0 | 144 | 42 | 57 | 500 | 144 | 33 |
| Binary | 10001000 | 0 | 1011010 | 0 | 1100100 | 100010 | 101111 | 101000000 | 1100100 | 11011 |
Color Harmonies of #88005A
Complementary color
Monochromatic Colors of #88005A
Black with #88005A
Text Example
Text Example
White with #88005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88005A; }
p { color: rgb(136,0,90); }
H1.HeaderClassName
{
color: #88005A;
}
.AnyTagClassName
{
color: #88005A;
}
</style>
background-color css
<style>
a { background-color: #88005A; }
a { background-color: rgb(136,0,90); }
div.DivClassName
{
background-color: #88005A;
}
.BgClassName
{
background-color: #88005A;
}
</style>
border-color css
<style>
span { border-color: #88005A; }
span { border-color: rgb(136,0,90); }
td.TdClassName
{
border-color: #88005A;
}
.TagClassName
{
border-color: #88005A;
}
</style>