Shades of Eggplant #880051
Tints of Eggplant #880051
RGB
CMYK
RGB Variations
Color information
#880051 (or 0x880051) is known color: Eggplant. HEX triplet: 88, 00 and 51. RGB value is (136,0,81). Sum of RGB (Red+Green+Blue) = 136+0+81=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #880051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880051 is #77FFAE. Grayscale: #313131. Windows color (decimal): -7864239 or 5308552. OLE color: 5308552.
HSL color Cylindrical-coordinate representation of color #880051: hue angle of 324.26º 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 #880051 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.40 | 0.47 |
| HSL | 324.26º | 1% | 0.27% | - |
| HSV(B) | 324.26º | 1% | 0.53% | - |
| XYZ | 11.64 | 5.83 | 8.3 | - |
| YUV | 49.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 81 | 0 | 1 | 0.40 | 0.47 | 324.26 | 1 | 0.27 |
| Hex | 88 | 0 | 51 | 0 | 64 | 28 | 2F | 144 | 64 | 1B |
| Octal | 210 | 0 | 121 | 0 | 144 | 50 | 57 | 504 | 144 | 33 |
| Binary | 10001000 | 0 | 1010001 | 0 | 1100100 | 101000 | 101111 | 101000100 | 1100100 | 11011 |
Color Harmonies of #880051
Complementary color
Monochromatic Colors of #880051
Black with #880051
Text Example
Text Example
White with #880051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880051; }
p { color: rgb(136,0,81); }
H1.HeaderClassName
{
color: #880051;
}
.AnyTagClassName
{
color: #880051;
}
</style>
background-color css
<style>
a { background-color: #880051; }
a { background-color: rgb(136,0,81); }
div.DivClassName
{
background-color: #880051;
}
.BgClassName
{
background-color: #880051;
}
</style>
border-color css
<style>
span { border-color: #880051; }
span { border-color: rgb(136,0,81); }
td.TdClassName
{
border-color: #880051;
}
.TagClassName
{
border-color: #880051;
}
</style>