Shades of Eggplant #80015E
Tints of Eggplant #80015E
RGB
CMYK
RGB Variations
Color information
#80015E (or 0x80015E) is known color: Eggplant. HEX triplet: 80, 01 and 5E. RGB value is (128,1,94). Sum of RGB (Red+Green+Blue) = 128+1+94=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80015E is #7FFEA1. Grayscale: #313131. Windows color (decimal): -8388258 or 6160768. OLE color: 6160768.
HSL color Cylindrical-coordinate representation of color #80015E: hue angle of 316.06º 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 #80015E is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.50 |
| HSL | 316.06º | 0.98% | 0.25% | - |
| HSV(B) | 316.06º | 0.99% | 0.5% | - |
| XYZ | 10.93 | 5.42 | 11.06 | - |
| YUV | 49.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 94 | 0 | 0.99 | 0.27 | 0.50 | 316.06 | 0.98 | 0.25 |
| Hex | 80 | 1 | 5E | 0 | 63 | 1B | 32 | 13C | 62 | 19 |
| Octal | 200 | 1 | 136 | 0 | 143 | 33 | 62 | 474 | 142 | 31 |
| Binary | 10000000 | 1 | 1011110 | 0 | 1100011 | 11011 | 110010 | 100111100 | 1100010 | 11001 |
Color Harmonies of #80015E
Complementary color
Monochromatic Colors of #80015E
Black with #80015E
Text Example
Text Example
White with #80015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80015E; }
p { color: rgb(128,1,94); }
H1.HeaderClassName
{
color: #80015E;
}
.AnyTagClassName
{
color: #80015E;
}
</style>
background-color css
<style>
a { background-color: #80015E; }
a { background-color: rgb(128,1,94); }
div.DivClassName
{
background-color: #80015E;
}
.BgClassName
{
background-color: #80015E;
}
</style>
border-color css
<style>
span { border-color: #80015E; }
span { border-color: rgb(128,1,94); }
td.TdClassName
{
border-color: #80015E;
}
.TagClassName
{
border-color: #80015E;
}
</style>