Shades of Eggplant #88005B
Tints of Eggplant #88005B
RGB
CMYK
RGB Variations
Color information
#88005B (or 0x88005B) is known color: Eggplant. HEX triplet: 88, 00 and 5B. RGB value is (136,0,91). Sum of RGB (Red+Green+Blue) = 136+0+91=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #88005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005B is #77FFA4. Grayscale: #323232. Windows color (decimal): -7864229 or 5963912. OLE color: 5963912.
HSL color Cylindrical-coordinate representation of color #88005B: hue angle of 319.85º 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 #88005B is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.33 | 0.47 |
| HSL | 319.85º | 1% | 0.27% | - |
| HSV(B) | 319.85º | 1% | 0.53% | - |
| XYZ | 12.04 | 5.99 | 10.42 | - |
| YUV | 51.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 91 | 0 | 1 | 0.33 | 0.47 | 319.85 | 1 | 0.27 |
| Hex | 88 | 0 | 5B | 0 | 64 | 21 | 2F | 140 | 64 | 1B |
| Octal | 210 | 0 | 133 | 0 | 144 | 41 | 57 | 500 | 144 | 33 |
| Binary | 10001000 | 0 | 1011011 | 0 | 1100100 | 100001 | 101111 | 101000000 | 1100100 | 11011 |
Color Harmonies of #88005B
Complementary color
Monochromatic Colors of #88005B
Black with #88005B
Text Example
Text Example
White with #88005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88005B; }
p { color: rgb(136,0,91); }
H1.HeaderClassName
{
color: #88005B;
}
.AnyTagClassName
{
color: #88005B;
}
</style>
background-color css
<style>
a { background-color: #88005B; }
a { background-color: rgb(136,0,91); }
div.DivClassName
{
background-color: #88005B;
}
.BgClassName
{
background-color: #88005B;
}
</style>
border-color css
<style>
span { border-color: #88005B; }
span { border-color: rgb(136,0,91); }
td.TdClassName
{
border-color: #88005B;
}
.TagClassName
{
border-color: #88005B;
}
</style>