Shades of Eggplant #800659
Tints of Eggplant #800659
RGB
CMYK
RGB Variations
Color information
#800659 (or 0x800659) is known color: Eggplant. HEX triplet: 80, 06 and 59. RGB value is (128,6,89). Sum of RGB (Red+Green+Blue) = 128+6+89=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #800659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800659 is #7FF9A6. Grayscale: #333333. Windows color (decimal): -8386983 or 5834368. OLE color: 5834368.
HSL color Cylindrical-coordinate representation of color #800659: hue angle of 319.18º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800659 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 6 | 89 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.50 |
| HSL | 319.18º | 0.91% | 0.26% | - |
| HSV(B) | 319.18º | 0.95% | 0.5% | - |
| XYZ | 10.77 | 5.44 | 9.93 | - |
| YUV | 51.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 89 | 0 | 0.95 | 0.30 | 0.50 | 319.18 | 0.91 | 0.26 |
| Hex | 80 | 6 | 59 | 0 | 5F | 1E | 32 | 13F | 5B | 1A |
| Octal | 200 | 6 | 131 | 0 | 137 | 36 | 62 | 477 | 133 | 32 |
| Binary | 10000000 | 110 | 1011001 | 0 | 1011111 | 11110 | 110010 | 100111111 | 1011011 | 11010 |
Color Harmonies of #800659
Complementary color
Monochromatic Colors of #800659
Black with #800659
Text Example
Text Example
White with #800659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800659; }
p { color: rgb(128,6,89); }
H1.HeaderClassName
{
color: #800659;
}
.AnyTagClassName
{
color: #800659;
}
</style>
background-color css
<style>
a { background-color: #800659; }
a { background-color: rgb(128,6,89); }
div.DivClassName
{
background-color: #800659;
}
.BgClassName
{
background-color: #800659;
}
</style>
border-color css
<style>
span { border-color: #800659; }
span { border-color: rgb(128,6,89); }
td.TdClassName
{
border-color: #800659;
}
.TagClassName
{
border-color: #800659;
}
</style>