Shades of Blue Violet #842BD2
Tints of Blue Violet #842BD2
RGB
CMYK
RGB Variations
Color information
#842BD2 (or 0x842BD2) is known color: Blue Violet. HEX triplet: 84, 2B and D2. RGB value is (132,43,210). Sum of RGB (Red+Green+Blue) = 132+43+210=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #842BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BD2 is #7BD42D. Grayscale: #585858. Windows color (decimal): -8115246 or 13773700. OLE color: 13773700.
HSL color Cylindrical-coordinate representation of color #842BD2: hue angle of 271.98º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842BD2 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 43 | 210 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.18 |
| HSL | 271.98º | 0.66% | 0.5% | - |
| HSV(B) | 271.98º | 0.8% | 0.82% | - |
| XYZ | 22.01 | 11.29 | 61.99 | - |
| YUV | 88.65 | 196.49 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 210 | 0.37 | 0.80 | 0 | 0.18 | 271.98 | 0.66 | 0.5 |
| Hex | 84 | 2B | D2 | 25 | 50 | 0 | 12 | 110 | 42 | 32 |
| Octal | 204 | 53 | 322 | 45 | 120 | 0 | 22 | 420 | 102 | 62 |
| Binary | 10000100 | 101011 | 11010010 | 100101 | 1010000 | 0 | 10010 | 100010000 | 1000010 | 110010 |
Color Harmonies of #842BD2
Complementary color
Monochromatic Colors of #842BD2
Black with #842BD2
Text Example
Text Example
White with #842BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BD2; }
p { color: rgb(132,43,210); }
H1.HeaderClassName
{
color: #842BD2;
}
.AnyTagClassName
{
color: #842BD2;
}
</style>
background-color css
<style>
a { background-color: #842BD2; }
a { background-color: rgb(132,43,210); }
div.DivClassName
{
background-color: #842BD2;
}
.BgClassName
{
background-color: #842BD2;
}
</style>
border-color css
<style>
span { border-color: #842BD2; }
span { border-color: rgb(132,43,210); }
td.TdClassName
{
border-color: #842BD2;
}
.TagClassName
{
border-color: #842BD2;
}
</style>