Shades of Blue Violet #842EDD
Tints of Blue Violet #842EDD
RGB
CMYK
RGB Variations
Color information
#842EDD (or 0x842EDD) is known color: Blue Violet. HEX triplet: 84, 2E and DD. RGB value is (132,46,221). Sum of RGB (Red+Green+Blue) = 132+46+221=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #842EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842EDD is #7BD122. Grayscale: #5B5B5B. Windows color (decimal): -8114467 or 14495364. OLE color: 14495364.
HSL color Cylindrical-coordinate representation of color #842EDD: hue angle of 269.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842EDD is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 46 | 221 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.13 |
| HSL | 269.49º | 0.72% | 0.52% | - |
| HSV(B) | 269.49º | 0.79% | 0.87% | - |
| XYZ | 23.54 | 12.08 | 69.5 | - |
| YUV | 91.66 | 200.99 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 221 | 0.40 | 0.79 | 0 | 0.13 | 269.49 | 0.72 | 0.52 |
| Hex | 84 | 2E | DD | 28 | 4F | 0 | D | 10D | 48 | 34 |
| Octal | 204 | 56 | 335 | 50 | 117 | 0 | 15 | 415 | 110 | 64 |
| Binary | 10000100 | 101110 | 11011101 | 101000 | 1001111 | 0 | 1101 | 100001101 | 1001000 | 110100 |
Color Harmonies of #842EDD
Complementary color
Monochromatic Colors of #842EDD
Black with #842EDD
Text Example
Text Example
White with #842EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842EDD; }
p { color: rgb(132,46,221); }
H1.HeaderClassName
{
color: #842EDD;
}
.AnyTagClassName
{
color: #842EDD;
}
</style>
background-color css
<style>
a { background-color: #842EDD; }
a { background-color: rgb(132,46,221); }
div.DivClassName
{
background-color: #842EDD;
}
.BgClassName
{
background-color: #842EDD;
}
</style>
border-color css
<style>
span { border-color: #842EDD; }
span { border-color: rgb(132,46,221); }
td.TdClassName
{
border-color: #842EDD;
}
.TagClassName
{
border-color: #842EDD;
}
</style>