Shades of Eggplant #880A5E
Tints of Eggplant #880A5E
RGB
CMYK
RGB Variations
Color information
#880A5E (or 0x880A5E) is known color: Eggplant. HEX triplet: 88, 0A and 5E. RGB value is (136,10,94). Sum of RGB (Red+Green+Blue) = 136+10+94=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #880A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A5E is #77F5A1. Grayscale: #393939. Windows color (decimal): -7861666 or 6163080. OLE color: 6163080.
HSL color Cylindrical-coordinate representation of color #880A5E: hue angle of 320º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A5E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 94 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.47 |
| HSL | 320º | 0.86% | 0.29% | - |
| HSV(B) | 320º | 0.93% | 0.53% | - |
| XYZ | 12.28 | 6.26 | 11.15 | - |
| YUV | 57.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 94 | 0 | 0.93 | 0.31 | 0.47 | 320 | 0.86 | 0.29 |
| Hex | 88 | A | 5E | 0 | 5D | 1F | 2F | 140 | 56 | 1D |
| Octal | 210 | 12 | 136 | 0 | 135 | 37 | 57 | 500 | 126 | 35 |
| Binary | 10001000 | 1010 | 1011110 | 0 | 1011101 | 11111 | 101111 | 101000000 | 1010110 | 11101 |
Color Harmonies of #880A5E
Complementary color
Monochromatic Colors of #880A5E
Black with #880A5E
Text Example
Text Example
White with #880A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A5E; }
p { color: rgb(136,10,94); }
H1.HeaderClassName
{
color: #880A5E;
}
.AnyTagClassName
{
color: #880A5E;
}
</style>
background-color css
<style>
a { background-color: #880A5E; }
a { background-color: rgb(136,10,94); }
div.DivClassName
{
background-color: #880A5E;
}
.BgClassName
{
background-color: #880A5E;
}
</style>
border-color css
<style>
span { border-color: #880A5E; }
span { border-color: rgb(136,10,94); }
td.TdClassName
{
border-color: #880A5E;
}
.TagClassName
{
border-color: #880A5E;
}
</style>