Shades of Eggplant #80085B
Tints of Eggplant #80085B
RGB
CMYK
RGB Variations
Color information
#80085B (or 0x80085B) is known color: Eggplant. HEX triplet: 80, 08 and 5B. RGB value is (128,8,91). Sum of RGB (Red+Green+Blue) = 128+8+91=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80085B is #7FF7A4. Grayscale: #353535. Windows color (decimal): -8386469 or 5965952. OLE color: 5965952.
HSL color Cylindrical-coordinate representation of color #80085B: hue angle of 318.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80085B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 91 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.50 |
| HSL | 318.5º | 0.88% | 0.27% | - |
| HSV(B) | 318.5º | 0.94% | 0.5% | - |
| XYZ | 10.88 | 5.52 | 10.39 | - |
| YUV | 53.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 91 | 0 | 0.94 | 0.29 | 0.50 | 318.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 5B | 0 | 5E | 1D | 32 | 13E | 58 | 1B |
| Octal | 200 | 10 | 133 | 0 | 136 | 35 | 62 | 476 | 130 | 33 |
| Binary | 10000000 | 1000 | 1011011 | 0 | 1011110 | 11101 | 110010 | 100111110 | 1011000 | 11011 |
Color Harmonies of #80085B
Complementary color
Monochromatic Colors of #80085B
Black with #80085B
Text Example
Text Example
White with #80085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80085B; }
p { color: rgb(128,8,91); }
H1.HeaderClassName
{
color: #80085B;
}
.AnyTagClassName
{
color: #80085B;
}
</style>
background-color css
<style>
a { background-color: #80085B; }
a { background-color: rgb(128,8,91); }
div.DivClassName
{
background-color: #80085B;
}
.BgClassName
{
background-color: #80085B;
}
</style>
border-color css
<style>
span { border-color: #80085B; }
span { border-color: rgb(128,8,91); }
td.TdClassName
{
border-color: #80085B;
}
.TagClassName
{
border-color: #80085B;
}
</style>