Shades of Eggplant #88145B
Tints of Eggplant #88145B
RGB
CMYK
RGB Variations
Color information
#88145B (or 0x88145B) is known color: Eggplant. HEX triplet: 88, 14 and 5B. RGB value is (136,20,91). Sum of RGB (Red+Green+Blue) = 136+20+91=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88145B is #77EBA4. Grayscale: #3E3E3E. Windows color (decimal): -7859109 or 5969032. OLE color: 5969032.
HSL color Cylindrical-coordinate representation of color #88145B: hue angle of 323.28º degrees, saturation: 0.74, 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 #88145B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 91 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.47 |
| HSL | 323.28º | 0.74% | 0.31% | - |
| HSV(B) | 323.28º | 0.85% | 0.53% | - |
| XYZ | 12.29 | 6.49 | 10.5 | - |
| YUV | 62.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 91 | 0 | 0.85 | 0.33 | 0.47 | 323.28 | 0.74 | 0.31 |
| Hex | 88 | 14 | 5B | 0 | 55 | 21 | 2F | 143 | 4A | 1F |
| Octal | 210 | 24 | 133 | 0 | 125 | 41 | 57 | 503 | 112 | 37 |
| Binary | 10001000 | 10100 | 1011011 | 0 | 1010101 | 100001 | 101111 | 101000011 | 1001010 | 11111 |
Color Harmonies of #88145B
Complementary color
Monochromatic Colors of #88145B
Black with #88145B
Text Example
Text Example
White with #88145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88145B; }
p { color: rgb(136,20,91); }
H1.HeaderClassName
{
color: #88145B;
}
.AnyTagClassName
{
color: #88145B;
}
</style>
background-color css
<style>
a { background-color: #88145B; }
a { background-color: rgb(136,20,91); }
div.DivClassName
{
background-color: #88145B;
}
.BgClassName
{
background-color: #88145B;
}
</style>
border-color css
<style>
span { border-color: #88145B; }
span { border-color: rgb(136,20,91); }
td.TdClassName
{
border-color: #88145B;
}
.TagClassName
{
border-color: #88145B;
}
</style>