Shades of Eggplant #80145A
Tints of Eggplant #80145A
RGB
CMYK
RGB Variations
Color information
#80145A (or 0x80145A) is known color: Eggplant. HEX triplet: 80, 14 and 5A. RGB value is (128,20,90). Sum of RGB (Red+Green+Blue) = 128+20+90=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80145A is #7FEBA5. Grayscale: #3C3C3C. Windows color (decimal): -8383398 or 5903488. OLE color: 5903488.
HSL color Cylindrical-coordinate representation of color #80145A: hue angle of 321.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80145A is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 90 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.50 |
| HSL | 321.11º | 0.73% | 0.29% | - |
| HSV(B) | 321.11º | 0.84% | 0.5% | - |
| XYZ | 11 | 5.83 | 10.22 | - |
| YUV | 60.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 90 | 0 | 0.84 | 0.30 | 0.50 | 321.11 | 0.73 | 0.29 |
| Hex | 80 | 14 | 5A | 0 | 54 | 1E | 32 | 141 | 49 | 1D |
| Octal | 200 | 24 | 132 | 0 | 124 | 36 | 62 | 501 | 111 | 35 |
| Binary | 10000000 | 10100 | 1011010 | 0 | 1010100 | 11110 | 110010 | 101000001 | 1001001 | 11101 |
Color Harmonies of #80145A
Complementary color
Monochromatic Colors of #80145A
Black with #80145A
Text Example
Text Example
White with #80145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80145A; }
p { color: rgb(128,20,90); }
H1.HeaderClassName
{
color: #80145A;
}
.AnyTagClassName
{
color: #80145A;
}
</style>
background-color css
<style>
a { background-color: #80145A; }
a { background-color: rgb(128,20,90); }
div.DivClassName
{
background-color: #80145A;
}
.BgClassName
{
background-color: #80145A;
}
</style>
border-color css
<style>
span { border-color: #80145A; }
span { border-color: rgb(128,20,90); }
td.TdClassName
{
border-color: #80145A;
}
.TagClassName
{
border-color: #80145A;
}
</style>