Shades of Eggplant #800160
Tints of Eggplant #800160
RGB
CMYK
RGB Variations
Color information
#800160 (or 0x800160) is known color: Eggplant. HEX triplet: 80, 01 and 60. RGB value is (128,1,96). Sum of RGB (Red+Green+Blue) = 128+1+96=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #800160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800160 is #7FFE9F. Grayscale: #313131. Windows color (decimal): -8388256 or 6291840. OLE color: 6291840.
HSL color Cylindrical-coordinate representation of color #800160: hue angle of 315.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800160 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.50 |
| HSL | 315.12º | 0.98% | 0.25% | - |
| HSV(B) | 315.12º | 0.99% | 0.5% | - |
| XYZ | 11.02 | 5.46 | 11.54 | - |
| YUV | 49.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 96 | 0 | 0.99 | 0.25 | 0.50 | 315.12 | 0.98 | 0.25 |
| Hex | 80 | 1 | 60 | 0 | 63 | 19 | 32 | 13B | 62 | 19 |
| Octal | 200 | 1 | 140 | 0 | 143 | 31 | 62 | 473 | 142 | 31 |
| Binary | 10000000 | 1 | 1100000 | 0 | 1100011 | 11001 | 110010 | 100111011 | 1100010 | 11001 |
Color Harmonies of #800160
Complementary color
Monochromatic Colors of #800160
Black with #800160
Text Example
Text Example
White with #800160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800160; }
p { color: rgb(128,1,96); }
H1.HeaderClassName
{
color: #800160;
}
.AnyTagClassName
{
color: #800160;
}
</style>
background-color css
<style>
a { background-color: #800160; }
a { background-color: rgb(128,1,96); }
div.DivClassName
{
background-color: #800160;
}
.BgClassName
{
background-color: #800160;
}
</style>
border-color css
<style>
span { border-color: #800160; }
span { border-color: rgb(128,1,96); }
td.TdClassName
{
border-color: #800160;
}
.TagClassName
{
border-color: #800160;
}
</style>