Shades of Blue Violet #842BDD
Tints of Blue Violet #842BDD
RGB
CMYK
RGB Variations
Color information
#842BDD (or 0x842BDD) is known color: Blue Violet. HEX triplet: 84, 2B and DD. RGB value is (132,43,221). Sum of RGB (Red+Green+Blue) = 132+43+221=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #842BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BDD is #7BD422. Grayscale: #595959. Windows color (decimal): -8115235 or 14494596. OLE color: 14494596.
HSL color Cylindrical-coordinate representation of color #842BDD: hue angle of 270º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842BDD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 43 | 221 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.13 |
| HSL | 270º | 0.72% | 0.52% | - |
| HSV(B) | 270º | 0.81% | 0.87% | - |
| XYZ | 23.43 | 11.85 | 69.46 | - |
| YUV | 89.9 | 201.99 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 221 | 0.40 | 0.81 | 0 | 0.13 | 270 | 0.72 | 0.52 |
| Hex | 84 | 2B | DD | 28 | 51 | 0 | D | 10E | 48 | 34 |
| Octal | 204 | 53 | 335 | 50 | 121 | 0 | 15 | 416 | 110 | 64 |
| Binary | 10000100 | 101011 | 11011101 | 101000 | 1010001 | 0 | 1101 | 100001110 | 1001000 | 110100 |
Color Harmonies of #842BDD
Complementary color
Monochromatic Colors of #842BDD
Black with #842BDD
Text Example
Text Example
White with #842BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BDD; }
p { color: rgb(132,43,221); }
H1.HeaderClassName
{
color: #842BDD;
}
.AnyTagClassName
{
color: #842BDD;
}
</style>
background-color css
<style>
a { background-color: #842BDD; }
a { background-color: rgb(132,43,221); }
div.DivClassName
{
background-color: #842BDD;
}
.BgClassName
{
background-color: #842BDD;
}
</style>
border-color css
<style>
span { border-color: #842BDD; }
span { border-color: rgb(132,43,221); }
td.TdClassName
{
border-color: #842BDD;
}
.TagClassName
{
border-color: #842BDD;
}
</style>