Shades of Eggplant #840B63
Tints of Eggplant #840B63
RGB
CMYK
RGB Variations
Color information
#840B63 (or 0x840B63) is known color: Eggplant. HEX triplet: 84, 0B and 63. RGB value is (132,11,99). Sum of RGB (Red+Green+Blue) = 132+11+99=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #840B63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B63 is #7BF49C. Grayscale: #383838. Windows color (decimal): -8123549 or 6491012. OLE color: 6491012.
HSL color Cylindrical-coordinate representation of color #840B63: hue angle of 316.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 #840B63 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 11 | 99 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.48 |
| HSL | 316.36º | 0.85% | 0.28% | - |
| HSV(B) | 316.36º | 0.92% | 0.52% | - |
| XYZ | 11.89 | 6.05 | 12.34 | - |
| YUV | 57.21 | 151.59 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 99 | 0 | 0.92 | 0.25 | 0.48 | 316.36 | 0.85 | 0.28 |
| Hex | 84 | B | 63 | 0 | 5C | 19 | 30 | 13C | 55 | 1C |
| Octal | 204 | 13 | 143 | 0 | 134 | 31 | 60 | 474 | 125 | 34 |
| Binary | 10000100 | 1011 | 1100011 | 0 | 1011100 | 11001 | 110000 | 100111100 | 1010101 | 11100 |
Color Harmonies of #840B63
Complementary color
Monochromatic Colors of #840B63
Black with #840B63
Text Example
Text Example
White with #840B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840B63; }
p { color: rgb(132,11,99); }
H1.HeaderClassName
{
color: #840B63;
}
.AnyTagClassName
{
color: #840B63;
}
</style>
background-color css
<style>
a { background-color: #840B63; }
a { background-color: rgb(132,11,99); }
div.DivClassName
{
background-color: #840B63;
}
.BgClassName
{
background-color: #840B63;
}
</style>
border-color css
<style>
span { border-color: #840B63; }
span { border-color: rgb(132,11,99); }
td.TdClassName
{
border-color: #840B63;
}
.TagClassName
{
border-color: #840B63;
}
</style>