Shades of Eggplant #800C5E
Tints of Eggplant #800C5E
RGB
CMYK
RGB Variations
Color information
#800C5E (or 0x800C5E) is known color: Eggplant. HEX triplet: 80, 0C and 5E. RGB value is (128,12,94). Sum of RGB (Red+Green+Blue) = 128+12+94=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #800C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800C5E is #7FF3A1. Grayscale: #373737. Windows color (decimal): -8385442 or 6163584. OLE color: 6163584.
HSL color Cylindrical-coordinate representation of color #800C5E: hue angle of 317.59º degrees, saturation: 0.83, 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 #800C5E is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 12 | 94 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.50 |
| HSL | 317.59º | 0.83% | 0.27% | - |
| HSV(B) | 317.59º | 0.91% | 0.5% | - |
| XYZ | 11.05 | 5.66 | 11.1 | - |
| YUV | 56.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 94 | 0 | 0.91 | 0.27 | 0.50 | 317.59 | 0.83 | 0.27 |
| Hex | 80 | C | 5E | 0 | 5B | 1B | 32 | 13E | 53 | 1B |
| Octal | 200 | 14 | 136 | 0 | 133 | 33 | 62 | 476 | 123 | 33 |
| Binary | 10000000 | 1100 | 1011110 | 0 | 1011011 | 11011 | 110010 | 100111110 | 1010011 | 11011 |
Color Harmonies of #800C5E
Complementary color
Monochromatic Colors of #800C5E
Black with #800C5E
Text Example
Text Example
White with #800C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C5E; }
p { color: rgb(128,12,94); }
H1.HeaderClassName
{
color: #800C5E;
}
.AnyTagClassName
{
color: #800C5E;
}
</style>
background-color css
<style>
a { background-color: #800C5E; }
a { background-color: rgb(128,12,94); }
div.DivClassName
{
background-color: #800C5E;
}
.BgClassName
{
background-color: #800C5E;
}
</style>
border-color css
<style>
span { border-color: #800C5E; }
span { border-color: rgb(128,12,94); }
td.TdClassName
{
border-color: #800C5E;
}
.TagClassName
{
border-color: #800C5E;
}
</style>