Shades of Dark Violet #840EC0
Tints of Dark Violet #840EC0
RGB
CMYK
RGB Variations
Color information
#840EC0 (or 0x840EC0) is known color: Dark Violet. HEX triplet: 84, 0E and C0. RGB value is (132,14,192). Sum of RGB (Red+Green+Blue) = 132+14+192=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #840EC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EC0 is #7BF13F. Grayscale: #444444. Windows color (decimal): -8122688 or 12586628. OLE color: 12586628.
HSL color Cylindrical-coordinate representation of color #840EC0: hue angle of 279.78º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840EC0 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 14 | 192 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.25 |
| HSL | 279.78º | 0.86% | 0.4% | - |
| HSV(B) | 279.78º | 0.93% | 0.75% | - |
| XYZ | 19.19 | 9.03 | 50.6 | - |
| YUV | 69.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 192 | 0.31 | 0.93 | 0 | 0.25 | 279.78 | 0.86 | 0.4 |
| Hex | 84 | E | C0 | 1F | 5D | 0 | 19 | 118 | 56 | 28 |
| Octal | 204 | 16 | 300 | 37 | 135 | 0 | 31 | 430 | 126 | 50 |
| Binary | 10000100 | 1110 | 11000000 | 11111 | 1011101 | 0 | 11001 | 100011000 | 1010110 | 101000 |
Color Harmonies of #840EC0
Complementary color
Monochromatic Colors of #840EC0
Black with #840EC0
Text Example
Text Example
White with #840EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840EC0; }
p { color: rgb(132,14,192); }
H1.HeaderClassName
{
color: #840EC0;
}
.AnyTagClassName
{
color: #840EC0;
}
</style>
background-color css
<style>
a { background-color: #840EC0; }
a { background-color: rgb(132,14,192); }
div.DivClassName
{
background-color: #840EC0;
}
.BgClassName
{
background-color: #840EC0;
}
</style>
border-color css
<style>
span { border-color: #840EC0; }
span { border-color: rgb(132,14,192); }
td.TdClassName
{
border-color: #840EC0;
}
.TagClassName
{
border-color: #840EC0;
}
</style>