Shades of Eggplant #880E68
Tints of Eggplant #880E68
RGB
CMYK
RGB Variations
Color information
#880E68 (or 0x880E68) is known color: Eggplant. HEX triplet: 88, 0E and 68. RGB value is (136,14,104). Sum of RGB (Red+Green+Blue) = 136+14+104=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E68 is #77F197. Grayscale: #3C3C3C. Windows color (decimal): -7860632 or 6819464. OLE color: 6819464.
HSL color Cylindrical-coordinate representation of color #880E68: hue angle of 315.74º 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 #880E68 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 104 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.47 |
| HSL | 315.74º | 0.81% | 0.29% | - |
| HSV(B) | 315.74º | 0.9% | 0.53% | - |
| XYZ | 12.81 | 6.55 | 13.69 | - |
| YUV | 60.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 104 | 0 | 0.90 | 0.24 | 0.47 | 315.74 | 0.81 | 0.29 |
| Hex | 88 | E | 68 | 0 | 5A | 18 | 2F | 13C | 51 | 1D |
| Octal | 210 | 16 | 150 | 0 | 132 | 30 | 57 | 474 | 121 | 35 |
| Binary | 10001000 | 1110 | 1101000 | 0 | 1011010 | 11000 | 101111 | 100111100 | 1010001 | 11101 |
Color Harmonies of #880E68
Complementary color
Monochromatic Colors of #880E68
Black with #880E68
Text Example
Text Example
White with #880E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E68; }
p { color: rgb(136,14,104); }
H1.HeaderClassName
{
color: #880E68;
}
.AnyTagClassName
{
color: #880E68;
}
</style>
background-color css
<style>
a { background-color: #880E68; }
a { background-color: rgb(136,14,104); }
div.DivClassName
{
background-color: #880E68;
}
.BgClassName
{
background-color: #880E68;
}
</style>
border-color css
<style>
span { border-color: #880E68; }
span { border-color: rgb(136,14,104); }
td.TdClassName
{
border-color: #880E68;
}
.TagClassName
{
border-color: #880E68;
}
</style>