Shades of Eggplant #80125F
Tints of Eggplant #80125F
RGB
CMYK
RGB Variations
Color information
#80125F (or 0x80125F) is known color: Eggplant. HEX triplet: 80, 12 and 5F. RGB value is (128,18,95). Sum of RGB (Red+Green+Blue) = 128+18+95=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80125F is #7FEDA0. Grayscale: #3B3B3B. Windows color (decimal): -8383905 or 6230656. OLE color: 6230656.
HSL color Cylindrical-coordinate representation of color #80125F: hue angle of 318º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80125F is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 95 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.50 |
| HSL | 318º | 0.75% | 0.29% | - |
| HSV(B) | 318º | 0.86% | 0.5% | - |
| XYZ | 11.18 | 5.85 | 11.37 | - |
| YUV | 59.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 95 | 0 | 0.86 | 0.26 | 0.50 | 318 | 0.75 | 0.29 |
| Hex | 80 | 12 | 5F | 0 | 56 | 1A | 32 | 13E | 4B | 1D |
| Octal | 200 | 22 | 137 | 0 | 126 | 32 | 62 | 476 | 113 | 35 |
| Binary | 10000000 | 10010 | 1011111 | 0 | 1010110 | 11010 | 110010 | 100111110 | 1001011 | 11101 |
Color Harmonies of #80125F
Complementary color
Monochromatic Colors of #80125F
Black with #80125F
Text Example
Text Example
White with #80125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80125F; }
p { color: rgb(128,18,95); }
H1.HeaderClassName
{
color: #80125F;
}
.AnyTagClassName
{
color: #80125F;
}
</style>
background-color css
<style>
a { background-color: #80125F; }
a { background-color: rgb(128,18,95); }
div.DivClassName
{
background-color: #80125F;
}
.BgClassName
{
background-color: #80125F;
}
</style>
border-color css
<style>
span { border-color: #80125F; }
span { border-color: rgb(128,18,95); }
td.TdClassName
{
border-color: #80125F;
}
.TagClassName
{
border-color: #80125F;
}
</style>