Shades of Eggplant #840C5E
Tints of Eggplant #840C5E
RGB
CMYK
RGB Variations
Color information
#840C5E (or 0x840C5E) is known color: Eggplant. HEX triplet: 84, 0C and 5E. RGB value is (132,12,94). Sum of RGB (Red+Green+Blue) = 132+12+94=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #840C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C5E is #7BF3A1. Grayscale: #393939. Windows color (decimal): -8123298 or 6163588. OLE color: 6163588.
HSL color Cylindrical-coordinate representation of color #840C5E: hue angle of 319º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C5E is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 94 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.48 |
| HSL | 319º | 0.83% | 0.28% | - |
| HSV(B) | 319º | 0.91% | 0.52% | - |
| XYZ | 11.67 | 5.98 | 11.13 | - |
| YUV | 57.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 94 | 0 | 0.91 | 0.29 | 0.48 | 319 | 0.83 | 0.28 |
| Hex | 84 | C | 5E | 0 | 5B | 1D | 30 | 13F | 53 | 1C |
| Octal | 204 | 14 | 136 | 0 | 133 | 35 | 60 | 477 | 123 | 34 |
| Binary | 10000100 | 1100 | 1011110 | 0 | 1011011 | 11101 | 110000 | 100111111 | 1010011 | 11100 |
Color Harmonies of #840C5E
Complementary color
Monochromatic Colors of #840C5E
Black with #840C5E
Text Example
Text Example
White with #840C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C5E; }
p { color: rgb(132,12,94); }
H1.HeaderClassName
{
color: #840C5E;
}
.AnyTagClassName
{
color: #840C5E;
}
</style>
background-color css
<style>
a { background-color: #840C5E; }
a { background-color: rgb(132,12,94); }
div.DivClassName
{
background-color: #840C5E;
}
.BgClassName
{
background-color: #840C5E;
}
</style>
border-color css
<style>
span { border-color: #840C5E; }
span { border-color: rgb(132,12,94); }
td.TdClassName
{
border-color: #840C5E;
}
.TagClassName
{
border-color: #840C5E;
}
</style>