Shades of Eggplant #80115B
Tints of Eggplant #80115B
RGB
CMYK
RGB Variations
Color information
#80115B (or 0x80115B) is known color: Eggplant. HEX triplet: 80, 11 and 5B. RGB value is (128,17,91). Sum of RGB (Red+Green+Blue) = 128+17+91=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80115B is #7FEEA4. Grayscale: #3A3A3A. Windows color (decimal): -8384165 or 5968256. OLE color: 5968256.
HSL color Cylindrical-coordinate representation of color #80115B: hue angle of 320º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80115B is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 17 | 91 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.50 |
| HSL | 320º | 0.77% | 0.28% | - |
| HSV(B) | 320º | 0.87% | 0.5% | - |
| XYZ | 10.99 | 5.75 | 10.43 | - |
| YUV | 58.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 91 | 0 | 0.87 | 0.29 | 0.50 | 320 | 0.77 | 0.28 |
| Hex | 80 | 11 | 5B | 0 | 57 | 1D | 32 | 140 | 4D | 1C |
| Octal | 200 | 21 | 133 | 0 | 127 | 35 | 62 | 500 | 115 | 34 |
| Binary | 10000000 | 10001 | 1011011 | 0 | 1010111 | 11101 | 110010 | 101000000 | 1001101 | 11100 |
Color Harmonies of #80115B
Complementary color
Monochromatic Colors of #80115B
Black with #80115B
Text Example
Text Example
White with #80115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80115B; }
p { color: rgb(128,17,91); }
H1.HeaderClassName
{
color: #80115B;
}
.AnyTagClassName
{
color: #80115B;
}
</style>
background-color css
<style>
a { background-color: #80115B; }
a { background-color: rgb(128,17,91); }
div.DivClassName
{
background-color: #80115B;
}
.BgClassName
{
background-color: #80115B;
}
</style>
border-color css
<style>
span { border-color: #80115B; }
span { border-color: rgb(128,17,91); }
td.TdClassName
{
border-color: #80115B;
}
.TagClassName
{
border-color: #80115B;
}
</style>