Shades of Dark Violet #840EDB
Tints of Dark Violet #840EDB
RGB
CMYK
RGB Variations
Color information
#840EDB (or 0x840EDB) is known color: Dark Violet. HEX triplet: 84, 0E and DB. RGB value is (132,14,219). Sum of RGB (Red+Green+Blue) = 132+14+219=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #840EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EDB is #7BF124. Grayscale: #474747. Windows color (decimal): -8122661 or 14356100. OLE color: 14356100.
HSL color Cylindrical-coordinate representation of color #840EDB: hue angle of 274.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840EDB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 14 | 219 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.14 |
| HSL | 274.54º | 0.88% | 0.46% | - |
| HSV(B) | 274.54º | 0.94% | 0.86% | - |
| XYZ | 22.46 | 10.33 | 67.83 | - |
| YUV | 72.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 219 | 0.40 | 0.94 | 0 | 0.14 | 274.54 | 0.88 | 0.46 |
| Hex | 84 | E | DB | 28 | 5E | 0 | E | 113 | 58 | 2E |
| Octal | 204 | 16 | 333 | 50 | 136 | 0 | 16 | 423 | 130 | 56 |
| Binary | 10000100 | 1110 | 11011011 | 101000 | 1011110 | 0 | 1110 | 100010011 | 1011000 | 101110 |
Color Harmonies of #840EDB
Complementary color
Monochromatic Colors of #840EDB
Black with #840EDB
Text Example
Text Example
White with #840EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840EDB; }
p { color: rgb(132,14,219); }
H1.HeaderClassName
{
color: #840EDB;
}
.AnyTagClassName
{
color: #840EDB;
}
</style>
background-color css
<style>
a { background-color: #840EDB; }
a { background-color: rgb(132,14,219); }
div.DivClassName
{
background-color: #840EDB;
}
.BgClassName
{
background-color: #840EDB;
}
</style>
border-color css
<style>
span { border-color: #840EDB; }
span { border-color: rgb(132,14,219); }
td.TdClassName
{
border-color: #840EDB;
}
.TagClassName
{
border-color: #840EDB;
}
</style>