Shades of Eggplant #840F63
Tints of Eggplant #840F63
RGB
CMYK
RGB Variations
Color information
#840F63 (or 0x840F63) is known color: Eggplant. HEX triplet: 84, 0F and 63. RGB value is (132,15,99). Sum of RGB (Red+Green+Blue) = 132+15+99=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #840F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F63 is #7BF09C. Grayscale: #3B3B3B. Windows color (decimal): -8122525 or 6492036. OLE color: 6492036.
HSL color Cylindrical-coordinate representation of color #840F63: hue angle of 316.92º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F63 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 99 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.48 |
| HSL | 316.92º | 0.8% | 0.29% | - |
| HSV(B) | 316.92º | 0.89% | 0.52% | - |
| XYZ | 11.94 | 6.15 | 12.36 | - |
| YUV | 59.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 99 | 0 | 0.89 | 0.25 | 0.48 | 316.92 | 0.8 | 0.29 |
| Hex | 84 | F | 63 | 0 | 59 | 19 | 30 | 13D | 50 | 1D |
| Octal | 204 | 17 | 143 | 0 | 131 | 31 | 60 | 475 | 120 | 35 |
| Binary | 10000100 | 1111 | 1100011 | 0 | 1011001 | 11001 | 110000 | 100111101 | 1010000 | 11101 |
Color Harmonies of #840F63
Complementary color
Monochromatic Colors of #840F63
Black with #840F63
Text Example
Text Example
White with #840F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F63; }
p { color: rgb(132,15,99); }
H1.HeaderClassName
{
color: #840F63;
}
.AnyTagClassName
{
color: #840F63;
}
</style>
background-color css
<style>
a { background-color: #840F63; }
a { background-color: rgb(132,15,99); }
div.DivClassName
{
background-color: #840F63;
}
.BgClassName
{
background-color: #840F63;
}
</style>
border-color css
<style>
span { border-color: #840F63; }
span { border-color: rgb(132,15,99); }
td.TdClassName
{
border-color: #840F63;
}
.TagClassName
{
border-color: #840F63;
}
</style>