Shades of Blue Violet #842EDB
Tints of Blue Violet #842EDB
RGB
CMYK
RGB Variations
Color information
#842EDB (or 0x842EDB) is known color: Blue Violet. HEX triplet: 84, 2E and DB. RGB value is (132,46,219). Sum of RGB (Red+Green+Blue) = 132+46+219=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #842EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842EDB is #7BD124. Grayscale: #5A5A5A. Windows color (decimal): -8114469 or 14364292. OLE color: 14364292.
HSL color Cylindrical-coordinate representation of color #842EDB: hue angle of 269.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842EDB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 46 | 219 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.14 |
| HSL | 269.83º | 0.71% | 0.52% | - |
| HSV(B) | 269.83º | 0.79% | 0.86% | - |
| XYZ | 23.28 | 11.97 | 68.1 | - |
| YUV | 91.44 | 199.99 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 219 | 0.40 | 0.79 | 0 | 0.14 | 269.83 | 0.71 | 0.52 |
| Hex | 84 | 2E | DB | 28 | 4F | 0 | E | 10E | 47 | 34 |
| Octal | 204 | 56 | 333 | 50 | 117 | 0 | 16 | 416 | 107 | 64 |
| Binary | 10000100 | 101110 | 11011011 | 101000 | 1001111 | 0 | 1110 | 100001110 | 1000111 | 110100 |
Color Harmonies of #842EDB
Complementary color
Monochromatic Colors of #842EDB
Black with #842EDB
Text Example
Text Example
White with #842EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842EDB; }
p { color: rgb(132,46,219); }
H1.HeaderClassName
{
color: #842EDB;
}
.AnyTagClassName
{
color: #842EDB;
}
</style>
background-color css
<style>
a { background-color: #842EDB; }
a { background-color: rgb(132,46,219); }
div.DivClassName
{
background-color: #842EDB;
}
.BgClassName
{
background-color: #842EDB;
}
</style>
border-color css
<style>
span { border-color: #842EDB; }
span { border-color: rgb(132,46,219); }
td.TdClassName
{
border-color: #842EDB;
}
.TagClassName
{
border-color: #842EDB;
}
</style>