Shades of Eggplant #880C56
Tints of Eggplant #880C56
RGB
CMYK
RGB Variations
Color information
#880C56 (or 0x880C56) is known color: Eggplant. HEX triplet: 88, 0C and 56. RGB value is (136,12,86). Sum of RGB (Red+Green+Blue) = 136+12+86=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #880C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C56 is #77F3A9. Grayscale: #393939. Windows color (decimal): -7861162 or 5639304. OLE color: 5639304.
HSL color Cylindrical-coordinate representation of color #880C56: hue angle of 324.19º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C56 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 86 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.47 |
| HSL | 324.19º | 0.84% | 0.29% | - |
| HSV(B) | 324.19º | 0.91% | 0.53% | - |
| XYZ | 11.96 | 6.17 | 9.36 | - |
| YUV | 57.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 86 | 0 | 0.91 | 0.37 | 0.47 | 324.19 | 0.84 | 0.29 |
| Hex | 88 | C | 56 | 0 | 5B | 25 | 2F | 144 | 54 | 1D |
| Octal | 210 | 14 | 126 | 0 | 133 | 45 | 57 | 504 | 124 | 35 |
| Binary | 10001000 | 1100 | 1010110 | 0 | 1011011 | 100101 | 101111 | 101000100 | 1010100 | 11101 |
Color Harmonies of #880C56
Complementary color
Monochromatic Colors of #880C56
Black with #880C56
Text Example
Text Example
White with #880C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C56; }
p { color: rgb(136,12,86); }
H1.HeaderClassName
{
color: #880C56;
}
.AnyTagClassName
{
color: #880C56;
}
</style>
background-color css
<style>
a { background-color: #880C56; }
a { background-color: rgb(136,12,86); }
div.DivClassName
{
background-color: #880C56;
}
.BgClassName
{
background-color: #880C56;
}
</style>
border-color css
<style>
span { border-color: #880C56; }
span { border-color: rgb(136,12,86); }
td.TdClassName
{
border-color: #880C56;
}
.TagClassName
{
border-color: #880C56;
}
</style>