Shades of Eggplant #880A4E
Tints of Eggplant #880A4E
RGB
CMYK
RGB Variations
Color information
#880A4E (or 0x880A4E) is known color: Eggplant. HEX triplet: 88, 0A and 4E. RGB value is (136,10,78). Sum of RGB (Red+Green+Blue) = 136+10+78=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #880A4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A4E is #77F5B1. Grayscale: #373737. Windows color (decimal): -7861682 or 5114504. OLE color: 5114504.
HSL color Cylindrical-coordinate representation of color #880A4E: hue angle of 327.62º 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 #880A4E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 78 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.47 |
| HSL | 327.62º | 0.86% | 0.29% | - |
| HSV(B) | 327.62º | 0.93% | 0.53% | - |
| XYZ | 11.64 | 6 | 7.75 | - |
| YUV | 55.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 78 | 0 | 0.93 | 0.43 | 0.47 | 327.62 | 0.86 | 0.29 |
| Hex | 88 | A | 4E | 0 | 5D | 2B | 2F | 148 | 56 | 1D |
| Octal | 210 | 12 | 116 | 0 | 135 | 53 | 57 | 510 | 126 | 35 |
| Binary | 10001000 | 1010 | 1001110 | 0 | 1011101 | 101011 | 101111 | 101001000 | 1010110 | 11101 |
Color Harmonies of #880A4E
Complementary color
Monochromatic Colors of #880A4E
Black with #880A4E
Text Example
Text Example
White with #880A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A4E; }
p { color: rgb(136,10,78); }
H1.HeaderClassName
{
color: #880A4E;
}
.AnyTagClassName
{
color: #880A4E;
}
</style>
background-color css
<style>
a { background-color: #880A4E; }
a { background-color: rgb(136,10,78); }
div.DivClassName
{
background-color: #880A4E;
}
.BgClassName
{
background-color: #880A4E;
}
</style>
border-color css
<style>
span { border-color: #880A4E; }
span { border-color: rgb(136,10,78); }
td.TdClassName
{
border-color: #880A4E;
}
.TagClassName
{
border-color: #880A4E;
}
</style>