Shades of Eggplant #880D52
Tints of Eggplant #880D52
RGB
CMYK
RGB Variations
Color information
#880D52 (or 0x880D52) is known color: Eggplant. HEX triplet: 88, 0D and 52. RGB value is (136,13,82). Sum of RGB (Red+Green+Blue) = 136+13+82=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #880D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D52 is #77F2AD. Grayscale: #393939. Windows color (decimal): -7860910 or 5377416. OLE color: 5377416.
HSL color Cylindrical-coordinate representation of color #880D52: hue angle of 326.34º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D52 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 82 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.47 |
| HSL | 326.34º | 0.83% | 0.29% | - |
| HSV(B) | 326.34º | 0.9% | 0.53% | - |
| XYZ | 11.82 | 6.13 | 8.54 | - |
| YUV | 57.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 82 | 0 | 0.90 | 0.40 | 0.47 | 326.34 | 0.83 | 0.29 |
| Hex | 88 | D | 52 | 0 | 5A | 28 | 2F | 146 | 53 | 1D |
| Octal | 210 | 15 | 122 | 0 | 132 | 50 | 57 | 506 | 123 | 35 |
| Binary | 10001000 | 1101 | 1010010 | 0 | 1011010 | 101000 | 101111 | 101000110 | 1010011 | 11101 |
Color Harmonies of #880D52
Complementary color
Monochromatic Colors of #880D52
Black with #880D52
Text Example
Text Example
White with #880D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D52; }
p { color: rgb(136,13,82); }
H1.HeaderClassName
{
color: #880D52;
}
.AnyTagClassName
{
color: #880D52;
}
</style>
background-color css
<style>
a { background-color: #880D52; }
a { background-color: rgb(136,13,82); }
div.DivClassName
{
background-color: #880D52;
}
.BgClassName
{
background-color: #880D52;
}
</style>
border-color css
<style>
span { border-color: #880D52; }
span { border-color: rgb(136,13,82); }
td.TdClassName
{
border-color: #880D52;
}
.TagClassName
{
border-color: #880D52;
}
</style>