Shades of Eggplant #80145B
Tints of Eggplant #80145B
RGB
CMYK
RGB Variations
Color information
#80145B (or 0x80145B) is known color: Eggplant. HEX triplet: 80, 14 and 5B. RGB value is (128,20,91). Sum of RGB (Red+Green+Blue) = 128+20+91=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80145B is #7FEBA4. Grayscale: #3C3C3C. Windows color (decimal): -8383397 or 5969024. OLE color: 5969024.
HSL color Cylindrical-coordinate representation of color #80145B: hue angle of 320.56º 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 #80145B is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 91 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.50 |
| HSL | 320.56º | 0.73% | 0.29% | - |
| HSV(B) | 320.56º | 0.84% | 0.5% | - |
| XYZ | 11.04 | 5.84 | 10.44 | - |
| YUV | 60.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 91 | 0 | 0.84 | 0.29 | 0.50 | 320.56 | 0.73 | 0.29 |
| Hex | 80 | 14 | 5B | 0 | 54 | 1D | 32 | 141 | 49 | 1D |
| Octal | 200 | 24 | 133 | 0 | 124 | 35 | 62 | 501 | 111 | 35 |
| Binary | 10000000 | 10100 | 1011011 | 0 | 1010100 | 11101 | 110010 | 101000001 | 1001001 | 11101 |
Color Harmonies of #80145B
Complementary color
Monochromatic Colors of #80145B
Black with #80145B
Text Example
Text Example
White with #80145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80145B; }
p { color: rgb(128,20,91); }
H1.HeaderClassName
{
color: #80145B;
}
.AnyTagClassName
{
color: #80145B;
}
</style>
background-color css
<style>
a { background-color: #80145B; }
a { background-color: rgb(128,20,91); }
div.DivClassName
{
background-color: #80145B;
}
.BgClassName
{
background-color: #80145B;
}
</style>
border-color css
<style>
span { border-color: #80145B; }
span { border-color: rgb(128,20,91); }
td.TdClassName
{
border-color: #80145B;
}
.TagClassName
{
border-color: #80145B;
}
</style>