Shades of Eggplant #880A6B
Tints of Eggplant #880A6B
RGB
CMYK
RGB Variations
Color information
#880A6B (or 0x880A6B) is known color: Eggplant. HEX triplet: 88, 0A and 6B. RGB value is (136,10,107). Sum of RGB (Red+Green+Blue) = 136+10+107=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #880A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A6B is #77F594. Grayscale: #3A3A3A. Windows color (decimal): -7861653 or 7015048. OLE color: 7015048.
HSL color Cylindrical-coordinate representation of color #880A6B: hue angle of 313.81º 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 #880A6B is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 107 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.47 |
| HSL | 313.81º | 0.86% | 0.29% | - |
| HSV(B) | 313.81º | 0.93% | 0.53% | - |
| XYZ | 12.92 | 6.51 | 14.49 | - |
| YUV | 58.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 107 | 0 | 0.93 | 0.21 | 0.47 | 313.81 | 0.86 | 0.29 |
| Hex | 88 | A | 6B | 0 | 5D | 15 | 2F | 13A | 56 | 1D |
| Octal | 210 | 12 | 153 | 0 | 135 | 25 | 57 | 472 | 126 | 35 |
| Binary | 10001000 | 1010 | 1101011 | 0 | 1011101 | 10101 | 101111 | 100111010 | 1010110 | 11101 |
Color Harmonies of #880A6B
Complementary color
Monochromatic Colors of #880A6B
Black with #880A6B
Text Example
Text Example
White with #880A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A6B; }
p { color: rgb(136,10,107); }
H1.HeaderClassName
{
color: #880A6B;
}
.AnyTagClassName
{
color: #880A6B;
}
</style>
background-color css
<style>
a { background-color: #880A6B; }
a { background-color: rgb(136,10,107); }
div.DivClassName
{
background-color: #880A6B;
}
.BgClassName
{
background-color: #880A6B;
}
</style>
border-color css
<style>
span { border-color: #880A6B; }
span { border-color: rgb(136,10,107); }
td.TdClassName
{
border-color: #880A6B;
}
.TagClassName
{
border-color: #880A6B;
}
</style>