Shades of Dark Violet #840BDE
Tints of Dark Violet #840BDE
RGB
CMYK
RGB Variations
Color information
#840BDE (or 0x840BDE) is known color: Dark Violet. HEX triplet: 84, 0B and DE. RGB value is (132,11,222). Sum of RGB (Red+Green+Blue) = 132+11+222=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #840BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840BDE is #7BF421. Grayscale: #464646. Windows color (decimal): -8123426 or 14551940. OLE color: 14551940.
HSL color Cylindrical-coordinate representation of color #840BDE: hue angle of 274.41º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840BDE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 11 | 222 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.13 |
| HSL | 274.41º | 0.91% | 0.46% | - |
| HSV(B) | 274.41º | 0.95% | 0.87% | - |
| XYZ | 22.82 | 10.42 | 69.92 | - |
| YUV | 71.23 | 213.09 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 222 | 0.41 | 0.95 | 0 | 0.13 | 274.41 | 0.91 | 0.46 |
| Hex | 84 | B | DE | 29 | 5F | 0 | D | 112 | 5B | 2E |
| Octal | 204 | 13 | 336 | 51 | 137 | 0 | 15 | 422 | 133 | 56 |
| Binary | 10000100 | 1011 | 11011110 | 101001 | 1011111 | 0 | 1101 | 100010010 | 1011011 | 101110 |
Color Harmonies of #840BDE
Complementary color
Monochromatic Colors of #840BDE
Black with #840BDE
Text Example
Text Example
White with #840BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840BDE; }
p { color: rgb(132,11,222); }
H1.HeaderClassName
{
color: #840BDE;
}
.AnyTagClassName
{
color: #840BDE;
}
</style>
background-color css
<style>
a { background-color: #840BDE; }
a { background-color: rgb(132,11,222); }
div.DivClassName
{
background-color: #840BDE;
}
.BgClassName
{
background-color: #840BDE;
}
</style>
border-color css
<style>
span { border-color: #840BDE; }
span { border-color: rgb(132,11,222); }
td.TdClassName
{
border-color: #840BDE;
}
.TagClassName
{
border-color: #840BDE;
}
</style>