Shades of Eggplant #880254
Tints of Eggplant #880254
RGB
CMYK
RGB Variations
Color information
#880254 (or 0x880254) is known color: Eggplant. HEX triplet: 88, 02 and 54. RGB value is (136,2,84). Sum of RGB (Red+Green+Blue) = 136+2+84=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #880254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880254 is #77FDAB. Grayscale: #333333. Windows color (decimal): -7863724 or 5505672. OLE color: 5505672.
HSL color Cylindrical-coordinate representation of color #880254: hue angle of 323.28º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880254 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.47 |
| HSL | 323.28º | 0.97% | 0.27% | - |
| HSV(B) | 323.28º | 0.99% | 0.53% | - |
| XYZ | 11.78 | 5.92 | 8.91 | - |
| YUV | 51.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 84 | 0 | 0.99 | 0.38 | 0.47 | 323.28 | 0.97 | 0.27 |
| Hex | 88 | 2 | 54 | 0 | 63 | 26 | 2F | 143 | 61 | 1B |
| Octal | 210 | 2 | 124 | 0 | 143 | 46 | 57 | 503 | 141 | 33 |
| Binary | 10001000 | 10 | 1010100 | 0 | 1100011 | 100110 | 101111 | 101000011 | 1100001 | 11011 |
Color Harmonies of #880254
Complementary color
Monochromatic Colors of #880254
Black with #880254
Text Example
Text Example
White with #880254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880254; }
p { color: rgb(136,2,84); }
H1.HeaderClassName
{
color: #880254;
}
.AnyTagClassName
{
color: #880254;
}
</style>
background-color css
<style>
a { background-color: #880254; }
a { background-color: rgb(136,2,84); }
div.DivClassName
{
background-color: #880254;
}
.BgClassName
{
background-color: #880254;
}
</style>
border-color css
<style>
span { border-color: #880254; }
span { border-color: rgb(136,2,84); }
td.TdClassName
{
border-color: #880254;
}
.TagClassName
{
border-color: #880254;
}
</style>