Shades of Eggplant #88035D
Tints of Eggplant #88035D
RGB
CMYK
RGB Variations
Color information
#88035D (or 0x88035D) is known color: Eggplant. HEX triplet: 88, 03 and 5D. RGB value is (136,3,93). Sum of RGB (Red+Green+Blue) = 136+3+93=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #88035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88035D is #77FCA2. Grayscale: #343434. Windows color (decimal): -7863459 or 6095752. OLE color: 6095752.
HSL color Cylindrical-coordinate representation of color #88035D: hue angle of 319.4º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88035D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.47 |
| HSL | 319.4º | 0.96% | 0.27% | - |
| HSV(B) | 319.4º | 0.98% | 0.53% | - |
| XYZ | 12.16 | 6.09 | 10.89 | - |
| YUV | 53.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 93 | 0 | 0.98 | 0.32 | 0.47 | 319.4 | 0.96 | 0.27 |
| Hex | 88 | 3 | 5D | 0 | 62 | 20 | 2F | 13F | 60 | 1B |
| Octal | 210 | 3 | 135 | 0 | 142 | 40 | 57 | 477 | 140 | 33 |
| Binary | 10001000 | 11 | 1011101 | 0 | 1100010 | 100000 | 101111 | 100111111 | 1100000 | 11011 |
Color Harmonies of #88035D
Complementary color
Monochromatic Colors of #88035D
Black with #88035D
Text Example
Text Example
White with #88035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88035D; }
p { color: rgb(136,3,93); }
H1.HeaderClassName
{
color: #88035D;
}
.AnyTagClassName
{
color: #88035D;
}
</style>
background-color css
<style>
a { background-color: #88035D; }
a { background-color: rgb(136,3,93); }
div.DivClassName
{
background-color: #88035D;
}
.BgClassName
{
background-color: #88035D;
}
</style>
border-color css
<style>
span { border-color: #88035D; }
span { border-color: rgb(136,3,93); }
td.TdClassName
{
border-color: #88035D;
}
.TagClassName
{
border-color: #88035D;
}
</style>