Shades of Eggplant #840D60
Tints of Eggplant #840D60
RGB
CMYK
RGB Variations
Color information
#840D60 (or 0x840D60) is known color: Eggplant. HEX triplet: 84, 0D and 60. RGB value is (132,13,96). Sum of RGB (Red+Green+Blue) = 132+13+96=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #840D60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D60 is #7BF29F. Grayscale: #393939. Windows color (decimal): -8123040 or 6294916. OLE color: 6294916.
HSL color Cylindrical-coordinate representation of color #840D60: hue angle of 318.15º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D60 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 96 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.48 |
| HSL | 318.15º | 0.82% | 0.28% | - |
| HSV(B) | 318.15º | 0.9% | 0.52% | - |
| XYZ | 11.77 | 6.04 | 11.61 | - |
| YUV | 58.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 96 | 0 | 0.90 | 0.27 | 0.48 | 318.15 | 0.82 | 0.28 |
| Hex | 84 | D | 60 | 0 | 5A | 1B | 30 | 13E | 52 | 1C |
| Octal | 204 | 15 | 140 | 0 | 132 | 33 | 60 | 476 | 122 | 34 |
| Binary | 10000100 | 1101 | 1100000 | 0 | 1011010 | 11011 | 110000 | 100111110 | 1010010 | 11100 |
Color Harmonies of #840D60
Complementary color
Monochromatic Colors of #840D60
Black with #840D60
Text Example
Text Example
White with #840D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D60; }
p { color: rgb(132,13,96); }
H1.HeaderClassName
{
color: #840D60;
}
.AnyTagClassName
{
color: #840D60;
}
</style>
background-color css
<style>
a { background-color: #840D60; }
a { background-color: rgb(132,13,96); }
div.DivClassName
{
background-color: #840D60;
}
.BgClassName
{
background-color: #840D60;
}
</style>
border-color css
<style>
span { border-color: #840D60; }
span { border-color: rgb(132,13,96); }
td.TdClassName
{
border-color: #840D60;
}
.TagClassName
{
border-color: #840D60;
}
</style>