Shades of Eggplant #880E63
Tints of Eggplant #880E63
RGB
CMYK
RGB Variations
Color information
#880E63 (or 0x880E63) is known color: Eggplant. HEX triplet: 88, 0E and 63. RGB value is (136,14,99). Sum of RGB (Red+Green+Blue) = 136+14+99=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #880E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E63 is #77F19C. Grayscale: #3B3B3B. Windows color (decimal): -7860637 or 6491784. OLE color: 6491784.
HSL color Cylindrical-coordinate representation of color #880E63: hue angle of 318.2º degrees, saturation: 0.81, 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 #880E63 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 99 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.47 |
| HSL | 318.2º | 0.81% | 0.29% | - |
| HSV(B) | 318.2º | 0.9% | 0.53% | - |
| XYZ | 12.56 | 6.45 | 12.39 | - |
| YUV | 60.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 99 | 0 | 0.90 | 0.27 | 0.47 | 318.2 | 0.81 | 0.29 |
| Hex | 88 | E | 63 | 0 | 5A | 1B | 2F | 13E | 51 | 1D |
| Octal | 210 | 16 | 143 | 0 | 132 | 33 | 57 | 476 | 121 | 35 |
| Binary | 10001000 | 1110 | 1100011 | 0 | 1011010 | 11011 | 101111 | 100111110 | 1010001 | 11101 |
Color Harmonies of #880E63
Complementary color
Monochromatic Colors of #880E63
Black with #880E63
Text Example
Text Example
White with #880E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E63; }
p { color: rgb(136,14,99); }
H1.HeaderClassName
{
color: #880E63;
}
.AnyTagClassName
{
color: #880E63;
}
</style>
background-color css
<style>
a { background-color: #880E63; }
a { background-color: rgb(136,14,99); }
div.DivClassName
{
background-color: #880E63;
}
.BgClassName
{
background-color: #880E63;
}
</style>
border-color css
<style>
span { border-color: #880E63; }
span { border-color: rgb(136,14,99); }
td.TdClassName
{
border-color: #880E63;
}
.TagClassName
{
border-color: #880E63;
}
</style>