Shades of Eggplant #840266
Tints of Eggplant #840266
RGB
CMYK
RGB Variations
Color information
#840266 (or 0x840266) is known color: Eggplant. HEX triplet: 84, 02 and 66. RGB value is (132,2,102). Sum of RGB (Red+Green+Blue) = 132+2+102=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #840266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840266 is #7BFD99. Grayscale: #343434. Windows color (decimal): -8125850 or 6685316. OLE color: 6685316.
HSL color Cylindrical-coordinate representation of color #840266: hue angle of 313.85º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840266 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 102 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.48 |
| HSL | 313.85º | 0.97% | 0.26% | - |
| HSV(B) | 313.85º | 0.98% | 0.52% | - |
| XYZ | 11.94 | 5.91 | 13.08 | - |
| YUV | 52.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 102 | 0 | 0.98 | 0.23 | 0.48 | 313.85 | 0.97 | 0.26 |
| Hex | 84 | 2 | 66 | 0 | 62 | 17 | 30 | 13A | 61 | 1A |
| Octal | 204 | 2 | 146 | 0 | 142 | 27 | 60 | 472 | 141 | 32 |
| Binary | 10000100 | 10 | 1100110 | 0 | 1100010 | 10111 | 110000 | 100111010 | 1100001 | 11010 |
Color Harmonies of #840266
Complementary color
Monochromatic Colors of #840266
Black with #840266
Text Example
Text Example
White with #840266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840266; }
p { color: rgb(132,2,102); }
H1.HeaderClassName
{
color: #840266;
}
.AnyTagClassName
{
color: #840266;
}
</style>
background-color css
<style>
a { background-color: #840266; }
a { background-color: rgb(132,2,102); }
div.DivClassName
{
background-color: #840266;
}
.BgClassName
{
background-color: #840266;
}
</style>
border-color css
<style>
span { border-color: #840266; }
span { border-color: rgb(132,2,102); }
td.TdClassName
{
border-color: #840266;
}
.TagClassName
{
border-color: #840266;
}
</style>