Shades of Eggplant #800F5B
Tints of Eggplant #800F5B
RGB
CMYK
RGB Variations
Color information
#800F5B (or 0x800F5B) is known color: Eggplant. HEX triplet: 80, 0F and 5B. RGB value is (128,15,91). Sum of RGB (Red+Green+Blue) = 128+15+91=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #800F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F5B is #7FF0A4. Grayscale: #393939. Windows color (decimal): -8384677 or 5967744. OLE color: 5967744.
HSL color Cylindrical-coordinate representation of color #800F5B: hue angle of 319.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F5B is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 91 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.50 |
| HSL | 319.65º | 0.79% | 0.28% | - |
| HSV(B) | 319.65º | 0.88% | 0.5% | - |
| XYZ | 10.96 | 5.69 | 10.42 | - |
| YUV | 57.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 91 | 0 | 0.88 | 0.29 | 0.50 | 319.65 | 0.79 | 0.28 |
| Hex | 80 | F | 5B | 0 | 58 | 1D | 32 | 140 | 4F | 1C |
| Octal | 200 | 17 | 133 | 0 | 130 | 35 | 62 | 500 | 117 | 34 |
| Binary | 10000000 | 1111 | 1011011 | 0 | 1011000 | 11101 | 110010 | 101000000 | 1001111 | 11100 |
Color Harmonies of #800F5B
Complementary color
Monochromatic Colors of #800F5B
Black with #800F5B
Text Example
Text Example
White with #800F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F5B; }
p { color: rgb(128,15,91); }
H1.HeaderClassName
{
color: #800F5B;
}
.AnyTagClassName
{
color: #800F5B;
}
</style>
background-color css
<style>
a { background-color: #800F5B; }
a { background-color: rgb(128,15,91); }
div.DivClassName
{
background-color: #800F5B;
}
.BgClassName
{
background-color: #800F5B;
}
</style>
border-color css
<style>
span { border-color: #800F5B; }
span { border-color: rgb(128,15,91); }
td.TdClassName
{
border-color: #800F5B;
}
.TagClassName
{
border-color: #800F5B;
}
</style>