Shades of Eggplant #800054
Tints of Eggplant #800054
RGB
CMYK
RGB Variations
Color information
#800054 (or 0x800054) is known color: Eggplant. HEX triplet: 80, 00 and 54. RGB value is (128,0,84). Sum of RGB (Red+Green+Blue) = 128+0+84=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #800054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800054 is #7FFFAB. Grayscale: #2F2F2F. Windows color (decimal): -8388524 or 5505152. OLE color: 5505152.
HSL color Cylindrical-coordinate representation of color #800054: hue angle of 320.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800054 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.34 | 0.50 |
| HSL | 320.63º | 1% | 0.25% | - |
| HSV(B) | 320.63º | 1% | 0.5% | - |
| XYZ | 10.5 | 5.23 | 8.84 | - |
| YUV | 47.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 84 | 0 | 1 | 0.34 | 0.50 | 320.63 | 1 | 0.25 |
| Hex | 80 | 0 | 54 | 0 | 64 | 22 | 32 | 141 | 64 | 19 |
| Octal | 200 | 0 | 124 | 0 | 144 | 42 | 62 | 501 | 144 | 31 |
| Binary | 10000000 | 0 | 1010100 | 0 | 1100100 | 100010 | 110010 | 101000001 | 1100100 | 11001 |
Color Harmonies of #800054
Complementary color
Monochromatic Colors of #800054
Black with #800054
Text Example
Text Example
White with #800054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800054; }
p { color: rgb(128,0,84); }
H1.HeaderClassName
{
color: #800054;
}
.AnyTagClassName
{
color: #800054;
}
</style>
background-color css
<style>
a { background-color: #800054; }
a { background-color: rgb(128,0,84); }
div.DivClassName
{
background-color: #800054;
}
.BgClassName
{
background-color: #800054;
}
</style>
border-color css
<style>
span { border-color: #800054; }
span { border-color: rgb(128,0,84); }
td.TdClassName
{
border-color: #800054;
}
.TagClassName
{
border-color: #800054;
}
</style>