Shades of Eggplant #880B5F
Tints of Eggplant #880B5F
RGB
CMYK
RGB Variations
Color information
#880B5F (or 0x880B5F) is known color: Eggplant. HEX triplet: 88, 0B and 5F. RGB value is (136,11,95). Sum of RGB (Red+Green+Blue) = 136+11+95=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #880B5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B5F is #77F4A0. Grayscale: #393939. Windows color (decimal): -7861409 or 6228872. OLE color: 6228872.
HSL color Cylindrical-coordinate representation of color #880B5F: hue angle of 319.68º 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 #880B5F is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 95 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.47 |
| HSL | 319.68º | 0.85% | 0.29% | - |
| HSV(B) | 319.68º | 0.92% | 0.53% | - |
| XYZ | 12.34 | 6.3 | 11.39 | - |
| YUV | 57.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 95 | 0 | 0.92 | 0.30 | 0.47 | 319.68 | 0.85 | 0.29 |
| Hex | 88 | B | 5F | 0 | 5C | 1E | 2F | 140 | 55 | 1D |
| Octal | 210 | 13 | 137 | 0 | 134 | 36 | 57 | 500 | 125 | 35 |
| Binary | 10001000 | 1011 | 1011111 | 0 | 1011100 | 11110 | 101111 | 101000000 | 1010101 | 11101 |
Color Harmonies of #880B5F
Complementary color
Monochromatic Colors of #880B5F
Black with #880B5F
Text Example
Text Example
White with #880B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B5F; }
p { color: rgb(136,11,95); }
H1.HeaderClassName
{
color: #880B5F;
}
.AnyTagClassName
{
color: #880B5F;
}
</style>
background-color css
<style>
a { background-color: #880B5F; }
a { background-color: rgb(136,11,95); }
div.DivClassName
{
background-color: #880B5F;
}
.BgClassName
{
background-color: #880B5F;
}
</style>
border-color css
<style>
span { border-color: #880B5F; }
span { border-color: rgb(136,11,95); }
td.TdClassName
{
border-color: #880B5F;
}
.TagClassName
{
border-color: #880B5F;
}
</style>