Shades of Blue Violet #842CDB
Tints of Blue Violet #842CDB
RGB
CMYK
RGB Variations
Color information
#842CDB (or 0x842CDB) is known color: Blue Violet. HEX triplet: 84, 2C and DB. RGB value is (132,44,219). Sum of RGB (Red+Green+Blue) = 132+44+219=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #842CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CDB is #7BD324. Grayscale: #595959. Windows color (decimal): -8114981 or 14363780. OLE color: 14363780.
HSL color Cylindrical-coordinate representation of color #842CDB: hue angle of 270.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842CDB is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 44 | 219 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.14 |
| HSL | 270.17º | 0.71% | 0.52% | - |
| HSV(B) | 270.17º | 0.8% | 0.86% | - |
| XYZ | 23.2 | 11.82 | 68.08 | - |
| YUV | 90.26 | 200.65 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 219 | 0.40 | 0.80 | 0 | 0.14 | 270.17 | 0.71 | 0.52 |
| Hex | 84 | 2C | DB | 28 | 50 | 0 | E | 10E | 47 | 34 |
| Octal | 204 | 54 | 333 | 50 | 120 | 0 | 16 | 416 | 107 | 64 |
| Binary | 10000100 | 101100 | 11011011 | 101000 | 1010000 | 0 | 1110 | 100001110 | 1000111 | 110100 |
Color Harmonies of #842CDB
Complementary color
Monochromatic Colors of #842CDB
Black with #842CDB
Text Example
Text Example
White with #842CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CDB; }
p { color: rgb(132,44,219); }
H1.HeaderClassName
{
color: #842CDB;
}
.AnyTagClassName
{
color: #842CDB;
}
</style>
background-color css
<style>
a { background-color: #842CDB; }
a { background-color: rgb(132,44,219); }
div.DivClassName
{
background-color: #842CDB;
}
.BgClassName
{
background-color: #842CDB;
}
</style>
border-color css
<style>
span { border-color: #842CDB; }
span { border-color: rgb(132,44,219); }
td.TdClassName
{
border-color: #842CDB;
}
.TagClassName
{
border-color: #842CDB;
}
</style>