Shades of Eggplant #800B5B
Tints of Eggplant #800B5B
RGB
CMYK
RGB Variations
Color information
#800B5B (or 0x800B5B) is known color: Eggplant. HEX triplet: 80, 0B and 5B. RGB value is (128,11,91). Sum of RGB (Red+Green+Blue) = 128+11+91=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #800B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B5B is #7FF4A4. Grayscale: #363636. Windows color (decimal): -8385701 or 5966720. OLE color: 5966720.
HSL color Cylindrical-coordinate representation of color #800B5B: hue angle of 318.97º 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 #800B5B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 91 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.50 |
| HSL | 318.97º | 0.84% | 0.27% | - |
| HSV(B) | 318.97º | 0.91% | 0.5% | - |
| XYZ | 10.91 | 5.58 | 10.4 | - |
| YUV | 55.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 91 | 0 | 0.91 | 0.29 | 0.50 | 318.97 | 0.84 | 0.27 |
| Hex | 80 | B | 5B | 0 | 5B | 1D | 32 | 13F | 54 | 1B |
| Octal | 200 | 13 | 133 | 0 | 133 | 35 | 62 | 477 | 124 | 33 |
| Binary | 10000000 | 1011 | 1011011 | 0 | 1011011 | 11101 | 110010 | 100111111 | 1010100 | 11011 |
Color Harmonies of #800B5B
Complementary color
Monochromatic Colors of #800B5B
Black with #800B5B
Text Example
Text Example
White with #800B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B5B; }
p { color: rgb(128,11,91); }
H1.HeaderClassName
{
color: #800B5B;
}
.AnyTagClassName
{
color: #800B5B;
}
</style>
background-color css
<style>
a { background-color: #800B5B; }
a { background-color: rgb(128,11,91); }
div.DivClassName
{
background-color: #800B5B;
}
.BgClassName
{
background-color: #800B5B;
}
</style>
border-color css
<style>
span { border-color: #800B5B; }
span { border-color: rgb(128,11,91); }
td.TdClassName
{
border-color: #800B5B;
}
.TagClassName
{
border-color: #800B5B;
}
</style>