Shades of Dark Violet #840FDB
Tints of Dark Violet #840FDB
RGB
CMYK
RGB Variations
Color information
#840FDB (or 0x840FDB) is known color: Dark Violet. HEX triplet: 84, 0F and DB. RGB value is (132,15,219). Sum of RGB (Red+Green+Blue) = 132+15+219=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #840FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840FDB is #7BF024. Grayscale: #484848. Windows color (decimal): -8122405 or 14356356. OLE color: 14356356.
HSL color Cylindrical-coordinate representation of color #840FDB: hue angle of 274.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840FDB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 15 | 219 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.14 |
| HSL | 274.41º | 0.87% | 0.46% | - |
| HSV(B) | 274.41º | 0.93% | 0.86% | - |
| XYZ | 22.47 | 10.36 | 67.83 | - |
| YUV | 73.24 | 210.26 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 219 | 0.40 | 0.93 | 0 | 0.14 | 274.41 | 0.87 | 0.46 |
| Hex | 84 | F | DB | 28 | 5D | 0 | E | 112 | 57 | 2E |
| Octal | 204 | 17 | 333 | 50 | 135 | 0 | 16 | 422 | 127 | 56 |
| Binary | 10000100 | 1111 | 11011011 | 101000 | 1011101 | 0 | 1110 | 100010010 | 1010111 | 101110 |
Color Harmonies of #840FDB
Complementary color
Monochromatic Colors of #840FDB
Black with #840FDB
Text Example
Text Example
White with #840FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840FDB; }
p { color: rgb(132,15,219); }
H1.HeaderClassName
{
color: #840FDB;
}
.AnyTagClassName
{
color: #840FDB;
}
</style>
background-color css
<style>
a { background-color: #840FDB; }
a { background-color: rgb(132,15,219); }
div.DivClassName
{
background-color: #840FDB;
}
.BgClassName
{
background-color: #840FDB;
}
</style>
border-color css
<style>
span { border-color: #840FDB; }
span { border-color: rgb(132,15,219); }
td.TdClassName
{
border-color: #840FDB;
}
.TagClassName
{
border-color: #840FDB;
}
</style>