Shades of Eggplant #88145A
Tints of Eggplant #88145A
RGB
CMYK
RGB Variations
Color information
#88145A (or 0x88145A) is known color: Eggplant. HEX triplet: 88, 14 and 5A. RGB value is (136,20,90). Sum of RGB (Red+Green+Blue) = 136+20+90=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88145A is #77EBA5. Grayscale: #3E3E3E. Windows color (decimal): -7859110 or 5903496. OLE color: 5903496.
HSL color Cylindrical-coordinate representation of color #88145A: hue angle of 323.79º 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 #88145A is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 90 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.47 |
| HSL | 323.79º | 0.74% | 0.31% | - |
| HSV(B) | 323.79º | 0.85% | 0.53% | - |
| XYZ | 12.25 | 6.47 | 10.28 | - |
| YUV | 62.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 90 | 0 | 0.85 | 0.34 | 0.47 | 323.79 | 0.74 | 0.31 |
| Hex | 88 | 14 | 5A | 0 | 55 | 22 | 2F | 144 | 4A | 1F |
| Octal | 210 | 24 | 132 | 0 | 125 | 42 | 57 | 504 | 112 | 37 |
| Binary | 10001000 | 10100 | 1011010 | 0 | 1010101 | 100010 | 101111 | 101000100 | 1001010 | 11111 |
Color Harmonies of #88145A
Complementary color
Monochromatic Colors of #88145A
Black with #88145A
Text Example
Text Example
White with #88145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88145A; }
p { color: rgb(136,20,90); }
H1.HeaderClassName
{
color: #88145A;
}
.AnyTagClassName
{
color: #88145A;
}
</style>
background-color css
<style>
a { background-color: #88145A; }
a { background-color: rgb(136,20,90); }
div.DivClassName
{
background-color: #88145A;
}
.BgClassName
{
background-color: #88145A;
}
</style>
border-color css
<style>
span { border-color: #88145A; }
span { border-color: rgb(136,20,90); }
td.TdClassName
{
border-color: #88145A;
}
.TagClassName
{
border-color: #88145A;
}
</style>