Shades of Eggplant #880050
Tints of Eggplant #880050
RGB
CMYK
RGB Variations
Color information
#880050 (or 0x880050) is known color: Eggplant. HEX triplet: 88, 00 and 50. RGB value is (136,0,80). Sum of RGB (Red+Green+Blue) = 136+0+80=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #880050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880050 is #77FFAF. Grayscale: #313131. Windows color (decimal): -7864240 or 5243016. OLE color: 5243016.
HSL color Cylindrical-coordinate representation of color #880050: hue angle of 324.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880050 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.41 | 0.47 |
| HSL | 324.71º | 1% | 0.27% | - |
| HSV(B) | 324.71º | 1% | 0.53% | - |
| XYZ | 11.6 | 5.81 | 8.1 | - |
| YUV | 49.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 80 | 0 | 1 | 0.41 | 0.47 | 324.71 | 1 | 0.27 |
| Hex | 88 | 0 | 50 | 0 | 64 | 29 | 2F | 145 | 64 | 1B |
| Octal | 210 | 0 | 120 | 0 | 144 | 51 | 57 | 505 | 144 | 33 |
| Binary | 10001000 | 0 | 1010000 | 0 | 1100100 | 101001 | 101111 | 101000101 | 1100100 | 11011 |
Color Harmonies of #880050
Complementary color
Monochromatic Colors of #880050
Black with #880050
Text Example
Text Example
White with #880050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880050; }
p { color: rgb(136,0,80); }
H1.HeaderClassName
{
color: #880050;
}
.AnyTagClassName
{
color: #880050;
}
</style>
background-color css
<style>
a { background-color: #880050; }
a { background-color: rgb(136,0,80); }
div.DivClassName
{
background-color: #880050;
}
.BgClassName
{
background-color: #880050;
}
</style>
border-color css
<style>
span { border-color: #880050; }
span { border-color: rgb(136,0,80); }
td.TdClassName
{
border-color: #880050;
}
.TagClassName
{
border-color: #880050;
}
</style>