Shades of Eggplant #88085D
Tints of Eggplant #88085D
RGB
CMYK
RGB Variations
Color information
#88085D (or 0x88085D) is known color: Eggplant. HEX triplet: 88, 08 and 5D. RGB value is (136,8,93). Sum of RGB (Red+Green+Blue) = 136+8+93=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #88085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88085D is #77F7A2. Grayscale: #373737. Windows color (decimal): -7862179 or 6097032. OLE color: 6097032.
HSL color Cylindrical-coordinate representation of color #88085D: hue angle of 320.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88085D is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 93 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.47 |
| HSL | 320.16º | 0.89% | 0.28% | - |
| HSV(B) | 320.16º | 0.94% | 0.53% | - |
| XYZ | 12.22 | 6.2 | 10.91 | - |
| YUV | 55.96 | 148.91 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 93 | 0 | 0.94 | 0.32 | 0.47 | 320.16 | 0.89 | 0.28 |
| Hex | 88 | 8 | 5D | 0 | 5E | 20 | 2F | 140 | 59 | 1C |
| Octal | 210 | 10 | 135 | 0 | 136 | 40 | 57 | 500 | 131 | 34 |
| Binary | 10001000 | 1000 | 1011101 | 0 | 1011110 | 100000 | 101111 | 101000000 | 1011001 | 11100 |
Color Harmonies of #88085D
Complementary color
Monochromatic Colors of #88085D
Black with #88085D
Text Example
Text Example
White with #88085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88085D; }
p { color: rgb(136,8,93); }
H1.HeaderClassName
{
color: #88085D;
}
.AnyTagClassName
{
color: #88085D;
}
</style>
background-color css
<style>
a { background-color: #88085D; }
a { background-color: rgb(136,8,93); }
div.DivClassName
{
background-color: #88085D;
}
.BgClassName
{
background-color: #88085D;
}
</style>
border-color css
<style>
span { border-color: #88085D; }
span { border-color: rgb(136,8,93); }
td.TdClassName
{
border-color: #88085D;
}
.TagClassName
{
border-color: #88085D;
}
</style>