Shades of Blue Violet #842DDD
Tints of Blue Violet #842DDD
RGB
CMYK
RGB Variations
Color information
#842DDD (or 0x842DDD) is known color: Blue Violet. HEX triplet: 84, 2D and DD. RGB value is (132,45,221). Sum of RGB (Red+Green+Blue) = 132+45+221=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #842DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DDD is #7BD222. Grayscale: #5A5A5A. Windows color (decimal): -8114723 or 14495108. OLE color: 14495108.
HSL color Cylindrical-coordinate representation of color #842DDD: hue angle of 269.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842DDD is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 45 | 221 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.13 |
| HSL | 269.66º | 0.72% | 0.52% | - |
| HSV(B) | 269.66º | 0.8% | 0.87% | - |
| XYZ | 23.51 | 12 | 69.48 | - |
| YUV | 91.08 | 201.32 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 221 | 0.40 | 0.80 | 0 | 0.13 | 269.66 | 0.72 | 0.52 |
| Hex | 84 | 2D | DD | 28 | 50 | 0 | D | 10E | 48 | 34 |
| Octal | 204 | 55 | 335 | 50 | 120 | 0 | 15 | 416 | 110 | 64 |
| Binary | 10000100 | 101101 | 11011101 | 101000 | 1010000 | 0 | 1101 | 100001110 | 1001000 | 110100 |
Color Harmonies of #842DDD
Complementary color
Monochromatic Colors of #842DDD
Black with #842DDD
Text Example
Text Example
White with #842DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DDD; }
p { color: rgb(132,45,221); }
H1.HeaderClassName
{
color: #842DDD;
}
.AnyTagClassName
{
color: #842DDD;
}
</style>
background-color css
<style>
a { background-color: #842DDD; }
a { background-color: rgb(132,45,221); }
div.DivClassName
{
background-color: #842DDD;
}
.BgClassName
{
background-color: #842DDD;
}
</style>
border-color css
<style>
span { border-color: #842DDD; }
span { border-color: rgb(132,45,221); }
td.TdClassName
{
border-color: #842DDD;
}
.TagClassName
{
border-color: #842DDD;
}
</style>