Shades of Blue Violet #842BDA
Tints of Blue Violet #842BDA
RGB
CMYK
RGB Variations
Color information
#842BDA (or 0x842BDA) is known color: Blue Violet. HEX triplet: 84, 2B and DA. RGB value is (132,43,218). Sum of RGB (Red+Green+Blue) = 132+43+218=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #842BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BDA is #7BD425. Grayscale: #585858. Windows color (decimal): -8115238 or 14297988. OLE color: 14297988.
HSL color Cylindrical-coordinate representation of color #842BDA: hue angle of 270.51º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842BDA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 43 | 218 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.15 |
| HSL | 270.51º | 0.7% | 0.51% | - |
| HSV(B) | 270.51º | 0.8% | 0.85% | - |
| XYZ | 23.03 | 11.7 | 67.37 | - |
| YUV | 89.56 | 200.49 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 218 | 0.39 | 0.80 | 0 | 0.15 | 270.51 | 0.7 | 0.51 |
| Hex | 84 | 2B | DA | 27 | 50 | 0 | F | 10F | 46 | 33 |
| Octal | 204 | 53 | 332 | 47 | 120 | 0 | 17 | 417 | 106 | 63 |
| Binary | 10000100 | 101011 | 11011010 | 100111 | 1010000 | 0 | 1111 | 100001111 | 1000110 | 110011 |
Color Harmonies of #842BDA
Complementary color
Monochromatic Colors of #842BDA
Black with #842BDA
Text Example
Text Example
White with #842BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BDA; }
p { color: rgb(132,43,218); }
H1.HeaderClassName
{
color: #842BDA;
}
.AnyTagClassName
{
color: #842BDA;
}
</style>
background-color css
<style>
a { background-color: #842BDA; }
a { background-color: rgb(132,43,218); }
div.DivClassName
{
background-color: #842BDA;
}
.BgClassName
{
background-color: #842BDA;
}
</style>
border-color css
<style>
span { border-color: #842BDA; }
span { border-color: rgb(132,43,218); }
td.TdClassName
{
border-color: #842BDA;
}
.TagClassName
{
border-color: #842BDA;
}
</style>