Shades of Eggplant #880D51
Tints of Eggplant #880D51
RGB
CMYK
RGB Variations
Color information
#880D51 (or 0x880D51) is known color: Eggplant. HEX triplet: 88, 0D and 51. RGB value is (136,13,81). Sum of RGB (Red+Green+Blue) = 136+13+81=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880D51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D51 is #77F2AE. Grayscale: #393939. Windows color (decimal): -7860911 or 5311880. OLE color: 5311880.
HSL color Cylindrical-coordinate representation of color #880D51: hue angle of 326.83º 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 #880D51 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 81 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.47 |
| HSL | 326.83º | 0.83% | 0.29% | - |
| HSV(B) | 326.83º | 0.9% | 0.53% | - |
| XYZ | 11.78 | 6.12 | 8.34 | - |
| YUV | 57.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 81 | 0 | 0.90 | 0.40 | 0.47 | 326.83 | 0.83 | 0.29 |
| Hex | 88 | D | 51 | 0 | 5A | 28 | 2F | 147 | 53 | 1D |
| Octal | 210 | 15 | 121 | 0 | 132 | 50 | 57 | 507 | 123 | 35 |
| Binary | 10001000 | 1101 | 1010001 | 0 | 1011010 | 101000 | 101111 | 101000111 | 1010011 | 11101 |
Color Harmonies of #880D51
Complementary color
Monochromatic Colors of #880D51
Black with #880D51
Text Example
Text Example
White with #880D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D51; }
p { color: rgb(136,13,81); }
H1.HeaderClassName
{
color: #880D51;
}
.AnyTagClassName
{
color: #880D51;
}
</style>
background-color css
<style>
a { background-color: #880D51; }
a { background-color: rgb(136,13,81); }
div.DivClassName
{
background-color: #880D51;
}
.BgClassName
{
background-color: #880D51;
}
</style>
border-color css
<style>
span { border-color: #880D51; }
span { border-color: rgb(136,13,81); }
td.TdClassName
{
border-color: #880D51;
}
.TagClassName
{
border-color: #880D51;
}
</style>