Shades of Eggplant #840B61
Tints of Eggplant #840B61
RGB
CMYK
RGB Variations
Color information
#840B61 (or 0x840B61) is known color: Eggplant. HEX triplet: 84, 0B and 61. RGB value is (132,11,97). Sum of RGB (Red+Green+Blue) = 132+11+97=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #840B61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B61 is #7BF49E. Grayscale: #383838. Windows color (decimal): -8123551 or 6359940. OLE color: 6359940.
HSL color Cylindrical-coordinate representation of color #840B61: hue angle of 317.36º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B61 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 11 | 97 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.48 |
| HSL | 317.36º | 0.85% | 0.28% | - |
| HSV(B) | 317.36º | 0.92% | 0.52% | - |
| XYZ | 11.79 | 6.01 | 11.85 | - |
| YUV | 56.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 97 | 0 | 0.92 | 0.27 | 0.48 | 317.36 | 0.85 | 0.28 |
| Hex | 84 | B | 61 | 0 | 5C | 1B | 30 | 13D | 55 | 1C |
| Octal | 204 | 13 | 141 | 0 | 134 | 33 | 60 | 475 | 125 | 34 |
| Binary | 10000100 | 1011 | 1100001 | 0 | 1011100 | 11011 | 110000 | 100111101 | 1010101 | 11100 |
Color Harmonies of #840B61
Complementary color
Monochromatic Colors of #840B61
Black with #840B61
Text Example
Text Example
White with #840B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840B61; }
p { color: rgb(132,11,97); }
H1.HeaderClassName
{
color: #840B61;
}
.AnyTagClassName
{
color: #840B61;
}
</style>
background-color css
<style>
a { background-color: #840B61; }
a { background-color: rgb(132,11,97); }
div.DivClassName
{
background-color: #840B61;
}
.BgClassName
{
background-color: #840B61;
}
</style>
border-color css
<style>
span { border-color: #840B61; }
span { border-color: rgb(132,11,97); }
td.TdClassName
{
border-color: #840B61;
}
.TagClassName
{
border-color: #840B61;
}
</style>