Shades of Eggplant #80035D
Tints of Eggplant #80035D
RGB
CMYK
RGB Variations
Color information
#80035D (or 0x80035D) is known color: Eggplant. HEX triplet: 80, 03 and 5D. RGB value is (128,3,93). Sum of RGB (Red+Green+Blue) = 128+3+93=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80035D is #7FFCA2. Grayscale: #323232. Windows color (decimal): -8387747 or 6095744. OLE color: 6095744.
HSL color Cylindrical-coordinate representation of color #80035D: hue angle of 316.8º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80035D is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.50 |
| HSL | 316.8º | 0.95% | 0.26% | - |
| HSV(B) | 316.8º | 0.98% | 0.5% | - |
| XYZ | 10.91 | 5.44 | 10.83 | - |
| YUV | 50.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 93 | 0 | 0.98 | 0.27 | 0.50 | 316.8 | 0.95 | 0.26 |
| Hex | 80 | 3 | 5D | 0 | 62 | 1B | 32 | 13D | 5F | 1A |
| Octal | 200 | 3 | 135 | 0 | 142 | 33 | 62 | 475 | 137 | 32 |
| Binary | 10000000 | 11 | 1011101 | 0 | 1100010 | 11011 | 110010 | 100111101 | 1011111 | 11010 |
Color Harmonies of #80035D
Complementary color
Monochromatic Colors of #80035D
Black with #80035D
Text Example
Text Example
White with #80035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80035D; }
p { color: rgb(128,3,93); }
H1.HeaderClassName
{
color: #80035D;
}
.AnyTagClassName
{
color: #80035D;
}
</style>
background-color css
<style>
a { background-color: #80035D; }
a { background-color: rgb(128,3,93); }
div.DivClassName
{
background-color: #80035D;
}
.BgClassName
{
background-color: #80035D;
}
</style>
border-color css
<style>
span { border-color: #80035D; }
span { border-color: rgb(128,3,93); }
td.TdClassName
{
border-color: #80035D;
}
.TagClassName
{
border-color: #80035D;
}
</style>