Shades of Eggplant #800956
Tints of Eggplant #800956
RGB
CMYK
RGB Variations
Color information
#800956 (or 0x800956) is known color: Eggplant. HEX triplet: 80, 09 and 56. RGB value is (128,9,86). Sum of RGB (Red+Green+Blue) = 128+9+86=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #800956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800956 is #7FF6A9. Grayscale: #353535. Windows color (decimal): -8386218 or 5638528. OLE color: 5638528.
HSL color Cylindrical-coordinate representation of color #800956: hue angle of 321.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 #800956 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 86 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.50 |
| HSL | 321.18º | 0.87% | 0.27% | - |
| HSV(B) | 321.18º | 0.93% | 0.5% | - |
| XYZ | 10.68 | 5.46 | 9.29 | - |
| YUV | 53.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 86 | 0 | 0.93 | 0.33 | 0.50 | 321.18 | 0.87 | 0.27 |
| Hex | 80 | 9 | 56 | 0 | 5D | 21 | 32 | 141 | 57 | 1B |
| Octal | 200 | 11 | 126 | 0 | 135 | 41 | 62 | 501 | 127 | 33 |
| Binary | 10000000 | 1001 | 1010110 | 0 | 1011101 | 100001 | 110010 | 101000001 | 1010111 | 11011 |
Color Harmonies of #800956
Complementary color
Monochromatic Colors of #800956
Black with #800956
Text Example
Text Example
White with #800956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800956; }
p { color: rgb(128,9,86); }
H1.HeaderClassName
{
color: #800956;
}
.AnyTagClassName
{
color: #800956;
}
</style>
background-color css
<style>
a { background-color: #800956; }
a { background-color: rgb(128,9,86); }
div.DivClassName
{
background-color: #800956;
}
.BgClassName
{
background-color: #800956;
}
</style>
border-color css
<style>
span { border-color: #800956; }
span { border-color: rgb(128,9,86); }
td.TdClassName
{
border-color: #800956;
}
.TagClassName
{
border-color: #800956;
}
</style>