Shades of Eggplant #88015A
Tints of Eggplant #88015A
RGB
CMYK
RGB Variations
Color information
#88015A (or 0x88015A) is known color: Eggplant. HEX triplet: 88, 01 and 5A. RGB value is (136,1,90). Sum of RGB (Red+Green+Blue) = 136+1+90=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #88015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88015A is #77FEA5. Grayscale: #333333. Windows color (decimal): -7863974 or 5898632. OLE color: 5898632.
HSL color Cylindrical-coordinate representation of color #88015A: hue angle of 320.44º degrees, saturation: 0.99, 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 #88015A is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.47 |
| HSL | 320.44º | 0.99% | 0.27% | - |
| HSV(B) | 320.44º | 0.99% | 0.53% | - |
| XYZ | 12.01 | 5.99 | 10.2 | - |
| YUV | 51.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 90 | 0 | 0.99 | 0.34 | 0.47 | 320.44 | 0.99 | 0.27 |
| Hex | 88 | 1 | 5A | 0 | 63 | 22 | 2F | 140 | 63 | 1B |
| Octal | 210 | 1 | 132 | 0 | 143 | 42 | 57 | 500 | 143 | 33 |
| Binary | 10001000 | 1 | 1011010 | 0 | 1100011 | 100010 | 101111 | 101000000 | 1100011 | 11011 |
Color Harmonies of #88015A
Complementary color
Monochromatic Colors of #88015A
Black with #88015A
Text Example
Text Example
White with #88015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88015A; }
p { color: rgb(136,1,90); }
H1.HeaderClassName
{
color: #88015A;
}
.AnyTagClassName
{
color: #88015A;
}
</style>
background-color css
<style>
a { background-color: #88015A; }
a { background-color: rgb(136,1,90); }
div.DivClassName
{
background-color: #88015A;
}
.BgClassName
{
background-color: #88015A;
}
</style>
border-color css
<style>
span { border-color: #88015A; }
span { border-color: rgb(136,1,90); }
td.TdClassName
{
border-color: #88015A;
}
.TagClassName
{
border-color: #88015A;
}
</style>