Shades of Eggplant #800962
Tints of Eggplant #800962
RGB
CMYK
RGB Variations
Color information
#800962 (or 0x800962) is known color: Eggplant. HEX triplet: 80, 09 and 62. RGB value is (128,9,98). Sum of RGB (Red+Green+Blue) = 128+9+98=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #800962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800962 is #7FF69D. Grayscale: #363636. Windows color (decimal): -8386206 or 6424960. OLE color: 6424960.
HSL color Cylindrical-coordinate representation of color #800962: hue angle of 315.13º 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 #800962 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 98 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.50 |
| HSL | 315.13º | 0.87% | 0.27% | - |
| HSV(B) | 315.13º | 0.93% | 0.5% | - |
| XYZ | 11.2 | 5.67 | 12.06 | - |
| YUV | 54.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 98 | 0 | 0.93 | 0.23 | 0.50 | 315.13 | 0.87 | 0.27 |
| Hex | 80 | 9 | 62 | 0 | 5D | 17 | 32 | 13B | 57 | 1B |
| Octal | 200 | 11 | 142 | 0 | 135 | 27 | 62 | 473 | 127 | 33 |
| Binary | 10000000 | 1001 | 1100010 | 0 | 1011101 | 10111 | 110010 | 100111011 | 1010111 | 11011 |
Color Harmonies of #800962
Complementary color
Monochromatic Colors of #800962
Black with #800962
Text Example
Text Example
White with #800962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800962; }
p { color: rgb(128,9,98); }
H1.HeaderClassName
{
color: #800962;
}
.AnyTagClassName
{
color: #800962;
}
</style>
background-color css
<style>
a { background-color: #800962; }
a { background-color: rgb(128,9,98); }
div.DivClassName
{
background-color: #800962;
}
.BgClassName
{
background-color: #800962;
}
</style>
border-color css
<style>
span { border-color: #800962; }
span { border-color: rgb(128,9,98); }
td.TdClassName
{
border-color: #800962;
}
.TagClassName
{
border-color: #800962;
}
</style>