Shades of Eggplant #80015D
Tints of Eggplant #80015D
RGB
CMYK
RGB Variations
Color information
#80015D (or 0x80015D) is known color: Eggplant. HEX triplet: 80, 01 and 5D. RGB value is (128,1,93). Sum of RGB (Red+Green+Blue) = 128+1+93=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80015D is #7FFEA2. Grayscale: #313131. Windows color (decimal): -8388259 or 6095232. OLE color: 6095232.
HSL color Cylindrical-coordinate representation of color #80015D: hue angle of 316.54º 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 #80015D is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.50 |
| HSL | 316.54º | 0.98% | 0.25% | - |
| HSV(B) | 316.54º | 0.99% | 0.5% | - |
| XYZ | 10.89 | 5.4 | 10.82 | - |
| YUV | 49.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 93 | 0 | 0.99 | 0.27 | 0.50 | 316.54 | 0.98 | 0.25 |
| Hex | 80 | 1 | 5D | 0 | 63 | 1B | 32 | 13D | 62 | 19 |
| Octal | 200 | 1 | 135 | 0 | 143 | 33 | 62 | 475 | 142 | 31 |
| Binary | 10000000 | 1 | 1011101 | 0 | 1100011 | 11011 | 110010 | 100111101 | 1100010 | 11001 |
Color Harmonies of #80015D
Complementary color
Monochromatic Colors of #80015D
Black with #80015D
Text Example
Text Example
White with #80015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80015D; }
p { color: rgb(128,1,93); }
H1.HeaderClassName
{
color: #80015D;
}
.AnyTagClassName
{
color: #80015D;
}
</style>
background-color css
<style>
a { background-color: #80015D; }
a { background-color: rgb(128,1,93); }
div.DivClassName
{
background-color: #80015D;
}
.BgClassName
{
background-color: #80015D;
}
</style>
border-color css
<style>
span { border-color: #80015D; }
span { border-color: rgb(128,1,93); }
td.TdClassName
{
border-color: #80015D;
}
.TagClassName
{
border-color: #80015D;
}
</style>