Shades of Eggplant #880A6D
Tints of Eggplant #880A6D
RGB
CMYK
RGB Variations
Color information
#880A6D (or 0x880A6D) is known color: Eggplant. HEX triplet: 88, 0A and 6D. RGB value is (136,10,109). Sum of RGB (Red+Green+Blue) = 136+10+109=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #880A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A6D is #77F592. Grayscale: #3A3A3A. Windows color (decimal): -7861651 or 7146120. OLE color: 7146120.
HSL color Cylindrical-coordinate representation of color #880A6D: hue angle of 312.86º 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 #880A6D is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 109 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.47 |
| HSL | 312.86º | 0.86% | 0.29% | - |
| HSV(B) | 312.86º | 0.93% | 0.53% | - |
| XYZ | 13.02 | 6.56 | 15.05 | - |
| YUV | 58.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 109 | 0 | 0.93 | 0.20 | 0.47 | 312.86 | 0.86 | 0.29 |
| Hex | 88 | A | 6D | 0 | 5D | 14 | 2F | 139 | 56 | 1D |
| Octal | 210 | 12 | 155 | 0 | 135 | 24 | 57 | 471 | 126 | 35 |
| Binary | 10001000 | 1010 | 1101101 | 0 | 1011101 | 10100 | 101111 | 100111001 | 1010110 | 11101 |
Color Harmonies of #880A6D
Complementary color
Monochromatic Colors of #880A6D
Black with #880A6D
Text Example
Text Example
White with #880A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A6D; }
p { color: rgb(136,10,109); }
H1.HeaderClassName
{
color: #880A6D;
}
.AnyTagClassName
{
color: #880A6D;
}
</style>
background-color css
<style>
a { background-color: #880A6D; }
a { background-color: rgb(136,10,109); }
div.DivClassName
{
background-color: #880A6D;
}
.BgClassName
{
background-color: #880A6D;
}
</style>
border-color css
<style>
span { border-color: #880A6D; }
span { border-color: rgb(136,10,109); }
td.TdClassName
{
border-color: #880A6D;
}
.TagClassName
{
border-color: #880A6D;
}
</style>