Shades of Eggplant #840665
Tints of Eggplant #840665
RGB
CMYK
RGB Variations
Color information
#840665 (or 0x840665) is known color: Eggplant. HEX triplet: 84, 06 and 65. RGB value is (132,6,101). Sum of RGB (Red+Green+Blue) = 132+6+101=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #840665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840665 is #7BF99A. Grayscale: #363636. Windows color (decimal): -8124827 or 6620804. OLE color: 6620804.
HSL color Cylindrical-coordinate representation of color #840665: hue angle of 314.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840665 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 6 | 101 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.48 |
| HSL | 314.76º | 0.91% | 0.27% | - |
| HSV(B) | 314.76º | 0.95% | 0.52% | - |
| XYZ | 11.93 | 5.98 | 12.84 | - |
| YUV | 54.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 101 | 0 | 0.95 | 0.23 | 0.48 | 314.76 | 0.91 | 0.27 |
| Hex | 84 | 6 | 65 | 0 | 5F | 17 | 30 | 13B | 5B | 1B |
| Octal | 204 | 6 | 145 | 0 | 137 | 27 | 60 | 473 | 133 | 33 |
| Binary | 10000100 | 110 | 1100101 | 0 | 1011111 | 10111 | 110000 | 100111011 | 1011011 | 11011 |
Color Harmonies of #840665
Complementary color
Monochromatic Colors of #840665
Black with #840665
Text Example
Text Example
White with #840665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840665; }
p { color: rgb(132,6,101); }
H1.HeaderClassName
{
color: #840665;
}
.AnyTagClassName
{
color: #840665;
}
</style>
background-color css
<style>
a { background-color: #840665; }
a { background-color: rgb(132,6,101); }
div.DivClassName
{
background-color: #840665;
}
.BgClassName
{
background-color: #840665;
}
</style>
border-color css
<style>
span { border-color: #840665; }
span { border-color: rgb(132,6,101); }
td.TdClassName
{
border-color: #840665;
}
.TagClassName
{
border-color: #840665;
}
</style>