Shades of Blue Violet #842ADB
Tints of Blue Violet #842ADB
RGB
CMYK
RGB Variations
Color information
#842ADB (or 0x842ADB) is known color: Blue Violet. HEX triplet: 84, 2A and DB. RGB value is (132,42,219). Sum of RGB (Red+Green+Blue) = 132+42+219=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #842ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ADB is #7BD524. Grayscale: #585858. Windows color (decimal): -8115493 or 14363268. OLE color: 14363268.
HSL color Cylindrical-coordinate representation of color #842ADB: hue angle of 270.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842ADB is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 42 | 219 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.14 |
| HSL | 270.51º | 0.71% | 0.51% | - |
| HSV(B) | 270.51º | 0.81% | 0.86% | - |
| XYZ | 23.13 | 11.68 | 68.05 | - |
| YUV | 89.09 | 201.32 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 219 | 0.40 | 0.81 | 0 | 0.14 | 270.51 | 0.71 | 0.51 |
| Hex | 84 | 2A | DB | 28 | 51 | 0 | E | 10F | 47 | 33 |
| Octal | 204 | 52 | 333 | 50 | 121 | 0 | 16 | 417 | 107 | 63 |
| Binary | 10000100 | 101010 | 11011011 | 101000 | 1010001 | 0 | 1110 | 100001111 | 1000111 | 110011 |
Color Harmonies of #842ADB
Complementary color
Monochromatic Colors of #842ADB
Black with #842ADB
Text Example
Text Example
White with #842ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842ADB; }
p { color: rgb(132,42,219); }
H1.HeaderClassName
{
color: #842ADB;
}
.AnyTagClassName
{
color: #842ADB;
}
</style>
background-color css
<style>
a { background-color: #842ADB; }
a { background-color: rgb(132,42,219); }
div.DivClassName
{
background-color: #842ADB;
}
.BgClassName
{
background-color: #842ADB;
}
</style>
border-color css
<style>
span { border-color: #842ADB; }
span { border-color: rgb(132,42,219); }
td.TdClassName
{
border-color: #842ADB;
}
.TagClassName
{
border-color: #842ADB;
}
</style>