Shades of Eggplant #880F5F
Tints of Eggplant #880F5F
RGB
CMYK
RGB Variations
Color information
#880F5F (or 0x880F5F) is known color: Eggplant. HEX triplet: 88, 0F and 5F. RGB value is (136,15,95). Sum of RGB (Red+Green+Blue) = 136+15+95=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #880F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F5F is #77F0A0. Grayscale: #3C3C3C. Windows color (decimal): -7860385 or 6229896. OLE color: 6229896.
HSL color Cylindrical-coordinate representation of color #880F5F: hue angle of 320.33º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F5F is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 95 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.47 |
| HSL | 320.33º | 0.8% | 0.3% | - |
| HSV(B) | 320.33º | 0.89% | 0.53% | - |
| XYZ | 12.39 | 6.4 | 11.41 | - |
| YUV | 60.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 95 | 0 | 0.89 | 0.30 | 0.47 | 320.33 | 0.8 | 0.3 |
| Hex | 88 | F | 5F | 0 | 59 | 1E | 2F | 140 | 50 | 1E |
| Octal | 210 | 17 | 137 | 0 | 131 | 36 | 57 | 500 | 120 | 36 |
| Binary | 10001000 | 1111 | 1011111 | 0 | 1011001 | 11110 | 101111 | 101000000 | 1010000 | 11110 |
Color Harmonies of #880F5F
Complementary color
Monochromatic Colors of #880F5F
Black with #880F5F
Text Example
Text Example
White with #880F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F5F; }
p { color: rgb(136,15,95); }
H1.HeaderClassName
{
color: #880F5F;
}
.AnyTagClassName
{
color: #880F5F;
}
</style>
background-color css
<style>
a { background-color: #880F5F; }
a { background-color: rgb(136,15,95); }
div.DivClassName
{
background-color: #880F5F;
}
.BgClassName
{
background-color: #880F5F;
}
</style>
border-color css
<style>
span { border-color: #880F5F; }
span { border-color: rgb(136,15,95); }
td.TdClassName
{
border-color: #880F5F;
}
.TagClassName
{
border-color: #880F5F;
}
</style>