Shades of Eggplant #800954
Tints of Eggplant #800954
RGB
CMYK
RGB Variations
Color information
#800954 (or 0x800954) is known color: Eggplant. HEX triplet: 80, 09 and 54. RGB value is (128,9,84). Sum of RGB (Red+Green+Blue) = 128+9+84=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #800954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800954 is #7FF6AB. Grayscale: #343434. Windows color (decimal): -8386220 or 5507456. OLE color: 5507456.
HSL color Cylindrical-coordinate representation of color #800954: hue angle of 322.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800954 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 84 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.50 |
| HSL | 322.18º | 0.87% | 0.27% | - |
| HSV(B) | 322.18º | 0.93% | 0.5% | - |
| XYZ | 10.6 | 5.42 | 8.88 | - |
| YUV | 53.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 84 | 0 | 0.93 | 0.34 | 0.50 | 322.18 | 0.87 | 0.27 |
| Hex | 80 | 9 | 54 | 0 | 5D | 22 | 32 | 142 | 57 | 1B |
| Octal | 200 | 11 | 124 | 0 | 135 | 42 | 62 | 502 | 127 | 33 |
| Binary | 10000000 | 1001 | 1010100 | 0 | 1011101 | 100010 | 110010 | 101000010 | 1010111 | 11011 |
Color Harmonies of #800954
Complementary color
Monochromatic Colors of #800954
Black with #800954
Text Example
Text Example
White with #800954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800954; }
p { color: rgb(128,9,84); }
H1.HeaderClassName
{
color: #800954;
}
.AnyTagClassName
{
color: #800954;
}
</style>
background-color css
<style>
a { background-color: #800954; }
a { background-color: rgb(128,9,84); }
div.DivClassName
{
background-color: #800954;
}
.BgClassName
{
background-color: #800954;
}
</style>
border-color css
<style>
span { border-color: #800954; }
span { border-color: rgb(128,9,84); }
td.TdClassName
{
border-color: #800954;
}
.TagClassName
{
border-color: #800954;
}
</style>