Shades of Eggplant #88155F
Tints of Eggplant #88155F
RGB
CMYK
RGB Variations
Color information
#88155F (or 0x88155F) is known color: Eggplant. HEX triplet: 88, 15 and 5F. RGB value is (136,21,95). Sum of RGB (Red+Green+Blue) = 136+21+95=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88155F is #77EAA0. Grayscale: #3F3F3F. Windows color (decimal): -7858849 or 6231432. OLE color: 6231432.
HSL color Cylindrical-coordinate representation of color #88155F: hue angle of 321.39º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88155F is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 95 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.47 |
| HSL | 321.39º | 0.73% | 0.31% | - |
| HSV(B) | 321.39º | 0.85% | 0.53% | - |
| XYZ | 12.49 | 6.6 | 11.44 | - |
| YUV | 63.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 95 | 0 | 0.85 | 0.30 | 0.47 | 321.39 | 0.73 | 0.31 |
| Hex | 88 | 15 | 5F | 0 | 55 | 1E | 2F | 141 | 49 | 1F |
| Octal | 210 | 25 | 137 | 0 | 125 | 36 | 57 | 501 | 111 | 37 |
| Binary | 10001000 | 10101 | 1011111 | 0 | 1010101 | 11110 | 101111 | 101000001 | 1001001 | 11111 |
Color Harmonies of #88155F
Complementary color
Monochromatic Colors of #88155F
Black with #88155F
Text Example
Text Example
White with #88155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88155F; }
p { color: rgb(136,21,95); }
H1.HeaderClassName
{
color: #88155F;
}
.AnyTagClassName
{
color: #88155F;
}
</style>
background-color css
<style>
a { background-color: #88155F; }
a { background-color: rgb(136,21,95); }
div.DivClassName
{
background-color: #88155F;
}
.BgClassName
{
background-color: #88155F;
}
</style>
border-color css
<style>
span { border-color: #88155F; }
span { border-color: rgb(136,21,95); }
td.TdClassName
{
border-color: #88155F;
}
.TagClassName
{
border-color: #88155F;
}
</style>