Shades of Eggplant #880C52
Tints of Eggplant #880C52
RGB
CMYK
RGB Variations
Color information
#880C52 (or 0x880C52) is known color: Eggplant. HEX triplet: 88, 0C and 52. RGB value is (136,12,82). Sum of RGB (Red+Green+Blue) = 136+12+82=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C52 is #77F3AD. Grayscale: #383838. Windows color (decimal): -7861166 or 5377160. OLE color: 5377160.
HSL color Cylindrical-coordinate representation of color #880C52: hue angle of 326.13º 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 #880C52 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 82 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.47 |
| HSL | 326.13º | 0.84% | 0.29% | - |
| HSV(B) | 326.13º | 0.91% | 0.53% | - |
| XYZ | 11.81 | 6.11 | 8.54 | - |
| YUV | 57.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 82 | 0 | 0.91 | 0.40 | 0.47 | 326.13 | 0.84 | 0.29 |
| Hex | 88 | C | 52 | 0 | 5B | 28 | 2F | 146 | 54 | 1D |
| Octal | 210 | 14 | 122 | 0 | 133 | 50 | 57 | 506 | 124 | 35 |
| Binary | 10001000 | 1100 | 1010010 | 0 | 1011011 | 101000 | 101111 | 101000110 | 1010100 | 11101 |
Color Harmonies of #880C52
Complementary color
Monochromatic Colors of #880C52
Black with #880C52
Text Example
Text Example
White with #880C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C52; }
p { color: rgb(136,12,82); }
H1.HeaderClassName
{
color: #880C52;
}
.AnyTagClassName
{
color: #880C52;
}
</style>
background-color css
<style>
a { background-color: #880C52; }
a { background-color: rgb(136,12,82); }
div.DivClassName
{
background-color: #880C52;
}
.BgClassName
{
background-color: #880C52;
}
</style>
border-color css
<style>
span { border-color: #880C52; }
span { border-color: rgb(136,12,82); }
td.TdClassName
{
border-color: #880C52;
}
.TagClassName
{
border-color: #880C52;
}
</style>