Shades of Eggplant #88015D
Tints of Eggplant #88015D
RGB
CMYK
RGB Variations
Color information
#88015D (or 0x88015D) is known color: Eggplant. HEX triplet: 88, 01 and 5D. RGB value is (136,1,93). Sum of RGB (Red+Green+Blue) = 136+1+93=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88015D is #77FEA2. Grayscale: #333333. Windows color (decimal): -7863971 or 6095240. OLE color: 6095240.
HSL color Cylindrical-coordinate representation of color #88015D: hue angle of 319.11º 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 #88015D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.47 |
| HSL | 319.11º | 0.99% | 0.27% | - |
| HSV(B) | 319.11º | 0.99% | 0.53% | - |
| XYZ | 12.14 | 6.05 | 10.88 | - |
| YUV | 51.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 93 | 0 | 0.99 | 0.32 | 0.47 | 319.11 | 0.99 | 0.27 |
| Hex | 88 | 1 | 5D | 0 | 63 | 20 | 2F | 13F | 63 | 1B |
| Octal | 210 | 1 | 135 | 0 | 143 | 40 | 57 | 477 | 143 | 33 |
| Binary | 10001000 | 1 | 1011101 | 0 | 1100011 | 100000 | 101111 | 100111111 | 1100011 | 11011 |
Color Harmonies of #88015D
Complementary color
Monochromatic Colors of #88015D
Black with #88015D
Text Example
Text Example
White with #88015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88015D; }
p { color: rgb(136,1,93); }
H1.HeaderClassName
{
color: #88015D;
}
.AnyTagClassName
{
color: #88015D;
}
</style>
background-color css
<style>
a { background-color: #88015D; }
a { background-color: rgb(136,1,93); }
div.DivClassName
{
background-color: #88015D;
}
.BgClassName
{
background-color: #88015D;
}
</style>
border-color css
<style>
span { border-color: #88015D; }
span { border-color: rgb(136,1,93); }
td.TdClassName
{
border-color: #88015D;
}
.TagClassName
{
border-color: #88015D;
}
</style>