Shades of Eggplant #88115B
Tints of Eggplant #88115B
RGB
CMYK
RGB Variations
Color information
#88115B (or 0x88115B) is known color: Eggplant. HEX triplet: 88, 11 and 5B. RGB value is (136,17,91). Sum of RGB (Red+Green+Blue) = 136+17+91=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88115B is #77EEA4. Grayscale: #3C3C3C. Windows color (decimal): -7859877 or 5968264. OLE color: 5968264.
HSL color Cylindrical-coordinate representation of color #88115B: hue angle of 322.69º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88115B is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 91 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.47 |
| HSL | 322.69º | 0.78% | 0.3% | - |
| HSV(B) | 322.69º | 0.88% | 0.53% | - |
| XYZ | 12.24 | 6.39 | 10.49 | - |
| YUV | 61.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 91 | 0 | 0.87 | 0.33 | 0.47 | 322.69 | 0.78 | 0.3 |
| Hex | 88 | 11 | 5B | 0 | 57 | 21 | 2F | 143 | 4E | 1E |
| Octal | 210 | 21 | 133 | 0 | 127 | 41 | 57 | 503 | 116 | 36 |
| Binary | 10001000 | 10001 | 1011011 | 0 | 1010111 | 100001 | 101111 | 101000011 | 1001110 | 11110 |
Color Harmonies of #88115B
Complementary color
Monochromatic Colors of #88115B
Black with #88115B
Text Example
Text Example
White with #88115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88115B; }
p { color: rgb(136,17,91); }
H1.HeaderClassName
{
color: #88115B;
}
.AnyTagClassName
{
color: #88115B;
}
</style>
background-color css
<style>
a { background-color: #88115B; }
a { background-color: rgb(136,17,91); }
div.DivClassName
{
background-color: #88115B;
}
.BgClassName
{
background-color: #88115B;
}
</style>
border-color css
<style>
span { border-color: #88115B; }
span { border-color: rgb(136,17,91); }
td.TdClassName
{
border-color: #88115B;
}
.TagClassName
{
border-color: #88115B;
}
</style>