Shades of Eggplant #840069
Tints of Eggplant #840069
RGB
CMYK
RGB Variations
Color information
#840069 (or 0x840069) is known color: Eggplant. HEX triplet: 84, 00 and 69. RGB value is (132,0,105). Sum of RGB (Red+Green+Blue) = 132+0+105=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #840069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840069 is #7BFF96. Grayscale: #333333. Windows color (decimal): -8126359 or 6881412. OLE color: 6881412.
HSL color Cylindrical-coordinate representation of color #840069: hue angle of 312.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840069 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.20 | 0.48 |
| HSL | 312.27º | 1% | 0.26% | - |
| HSV(B) | 312.27º | 1% | 0.52% | - |
| XYZ | 12.07 | 5.93 | 13.87 | - |
| YUV | 51.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 105 | 0 | 1 | 0.20 | 0.48 | 312.27 | 1 | 0.26 |
| Hex | 84 | 0 | 69 | 0 | 64 | 14 | 30 | 138 | 64 | 1A |
| Octal | 204 | 0 | 151 | 0 | 144 | 24 | 60 | 470 | 144 | 32 |
| Binary | 10000100 | 0 | 1101001 | 0 | 1100100 | 10100 | 110000 | 100111000 | 1100100 | 11010 |
Color Harmonies of #840069
Complementary color
Monochromatic Colors of #840069
Black with #840069
Text Example
Text Example
White with #840069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840069; }
p { color: rgb(132,0,105); }
H1.HeaderClassName
{
color: #840069;
}
.AnyTagClassName
{
color: #840069;
}
</style>
background-color css
<style>
a { background-color: #840069; }
a { background-color: rgb(132,0,105); }
div.DivClassName
{
background-color: #840069;
}
.BgClassName
{
background-color: #840069;
}
</style>
border-color css
<style>
span { border-color: #840069; }
span { border-color: rgb(132,0,105); }
td.TdClassName
{
border-color: #840069;
}
.TagClassName
{
border-color: #840069;
}
</style>