Shades of Eggplant #880451
Tints of Eggplant #880451
RGB
CMYK
RGB Variations
Color information
#880451 (or 0x880451) is known color: Eggplant. HEX triplet: 88, 04 and 51. RGB value is (136,4,81). Sum of RGB (Red+Green+Blue) = 136+4+81=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #880451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880451 is #77FBAE. Grayscale: #343434. Windows color (decimal): -7863215 or 5309576. OLE color: 5309576.
HSL color Cylindrical-coordinate representation of color #880451: hue angle of 325º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880451 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 81 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.47 |
| HSL | 325º | 0.94% | 0.27% | - |
| HSV(B) | 325º | 0.97% | 0.53% | - |
| XYZ | 11.68 | 5.92 | 8.31 | - |
| YUV | 52.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 81 | 0 | 0.97 | 0.40 | 0.47 | 325 | 0.94 | 0.27 |
| Hex | 88 | 4 | 51 | 0 | 61 | 28 | 2F | 145 | 5E | 1B |
| Octal | 210 | 4 | 121 | 0 | 141 | 50 | 57 | 505 | 136 | 33 |
| Binary | 10001000 | 100 | 1010001 | 0 | 1100001 | 101000 | 101111 | 101000101 | 1011110 | 11011 |
Color Harmonies of #880451
Complementary color
Monochromatic Colors of #880451
Black with #880451
Text Example
Text Example
White with #880451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880451; }
p { color: rgb(136,4,81); }
H1.HeaderClassName
{
color: #880451;
}
.AnyTagClassName
{
color: #880451;
}
</style>
background-color css
<style>
a { background-color: #880451; }
a { background-color: rgb(136,4,81); }
div.DivClassName
{
background-color: #880451;
}
.BgClassName
{
background-color: #880451;
}
</style>
border-color css
<style>
span { border-color: #880451; }
span { border-color: rgb(136,4,81); }
td.TdClassName
{
border-color: #880451;
}
.TagClassName
{
border-color: #880451;
}
</style>