Shades of Eggplant #880B6B
Tints of Eggplant #880B6B
RGB
CMYK
RGB Variations
Color information
#880B6B (or 0x880B6B) is known color: Eggplant. HEX triplet: 88, 0B and 6B. RGB value is (136,11,107). Sum of RGB (Red+Green+Blue) = 136+11+107=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B6B is #77F494. Grayscale: #3B3B3B. Windows color (decimal): -7861397 or 7015304. OLE color: 7015304.
HSL color Cylindrical-coordinate representation of color #880B6B: hue angle of 313.92º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B6B is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 107 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.47 |
| HSL | 313.92º | 0.85% | 0.29% | - |
| HSV(B) | 313.92º | 0.92% | 0.53% | - |
| XYZ | 12.93 | 6.54 | 14.49 | - |
| YUV | 59.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 107 | 0 | 0.92 | 0.21 | 0.47 | 313.92 | 0.85 | 0.29 |
| Hex | 88 | B | 6B | 0 | 5C | 15 | 2F | 13A | 55 | 1D |
| Octal | 210 | 13 | 153 | 0 | 134 | 25 | 57 | 472 | 125 | 35 |
| Binary | 10001000 | 1011 | 1101011 | 0 | 1011100 | 10101 | 101111 | 100111010 | 1010101 | 11101 |
Color Harmonies of #880B6B
Complementary color
Monochromatic Colors of #880B6B
Black with #880B6B
Text Example
Text Example
White with #880B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B6B; }
p { color: rgb(136,11,107); }
H1.HeaderClassName
{
color: #880B6B;
}
.AnyTagClassName
{
color: #880B6B;
}
</style>
background-color css
<style>
a { background-color: #880B6B; }
a { background-color: rgb(136,11,107); }
div.DivClassName
{
background-color: #880B6B;
}
.BgClassName
{
background-color: #880B6B;
}
</style>
border-color css
<style>
span { border-color: #880B6B; }
span { border-color: rgb(136,11,107); }
td.TdClassName
{
border-color: #880B6B;
}
.TagClassName
{
border-color: #880B6B;
}
</style>