Shades of Eggplant #800B55
Tints of Eggplant #800B55
RGB
CMYK
RGB Variations
Color information
#800B55 (or 0x800B55) is known color: Eggplant. HEX triplet: 80, 0B and 55. RGB value is (128,11,85). Sum of RGB (Red+Green+Blue) = 128+11+85=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #800B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B55 is #7FF4AA. Grayscale: #363636. Windows color (decimal): -8385707 or 5573504. OLE color: 5573504.
HSL color Cylindrical-coordinate representation of color #800B55: hue angle of 322.05º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B55 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 85 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.50 |
| HSL | 322.05º | 0.84% | 0.27% | - |
| HSV(B) | 322.05º | 0.91% | 0.5% | - |
| XYZ | 10.66 | 5.48 | 9.09 | - |
| YUV | 54.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 85 | 0 | 0.91 | 0.34 | 0.50 | 322.05 | 0.84 | 0.27 |
| Hex | 80 | B | 55 | 0 | 5B | 22 | 32 | 142 | 54 | 1B |
| Octal | 200 | 13 | 125 | 0 | 133 | 42 | 62 | 502 | 124 | 33 |
| Binary | 10000000 | 1011 | 1010101 | 0 | 1011011 | 100010 | 110010 | 101000010 | 1010100 | 11011 |
Color Harmonies of #800B55
Complementary color
Monochromatic Colors of #800B55
Black with #800B55
Text Example
Text Example
White with #800B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B55; }
p { color: rgb(128,11,85); }
H1.HeaderClassName
{
color: #800B55;
}
.AnyTagClassName
{
color: #800B55;
}
</style>
background-color css
<style>
a { background-color: #800B55; }
a { background-color: rgb(128,11,85); }
div.DivClassName
{
background-color: #800B55;
}
.BgClassName
{
background-color: #800B55;
}
</style>
border-color css
<style>
span { border-color: #800B55; }
span { border-color: rgb(128,11,85); }
td.TdClassName
{
border-color: #800B55;
}
.TagClassName
{
border-color: #800B55;
}
</style>