Shades of Blue Violet #842DDF
Tints of Blue Violet #842DDF
RGB
CMYK
RGB Variations
Color information
#842DDF (or 0x842DDF) is known color: Blue Violet. HEX triplet: 84, 2D and DF. RGB value is (132,45,223). Sum of RGB (Red+Green+Blue) = 132+45+223=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #842DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DDF is #7BD220. Grayscale: #5A5A5A. Windows color (decimal): -8114721 or 14626180. OLE color: 14626180.
HSL color Cylindrical-coordinate representation of color #842DDF: hue angle of 269.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842DDF is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 45 | 223 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.13 |
| HSL | 269.33º | 0.74% | 0.53% | - |
| HSV(B) | 269.33º | 0.8% | 0.87% | - |
| XYZ | 23.77 | 12.11 | 70.9 | - |
| YUV | 91.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 223 | 0.41 | 0.80 | 0 | 0.13 | 269.33 | 0.74 | 0.53 |
| Hex | 84 | 2D | DF | 29 | 50 | 0 | D | 10D | 4A | 35 |
| Octal | 204 | 55 | 337 | 51 | 120 | 0 | 15 | 415 | 112 | 65 |
| Binary | 10000100 | 101101 | 11011111 | 101001 | 1010000 | 0 | 1101 | 100001101 | 1001010 | 110101 |
Color Harmonies of #842DDF
Complementary color
Monochromatic Colors of #842DDF
Black with #842DDF
Text Example
Text Example
White with #842DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DDF; }
p { color: rgb(132,45,223); }
H1.HeaderClassName
{
color: #842DDF;
}
.AnyTagClassName
{
color: #842DDF;
}
</style>
background-color css
<style>
a { background-color: #842DDF; }
a { background-color: rgb(132,45,223); }
div.DivClassName
{
background-color: #842DDF;
}
.BgClassName
{
background-color: #842DDF;
}
</style>
border-color css
<style>
span { border-color: #842DDF; }
span { border-color: rgb(132,45,223); }
td.TdClassName
{
border-color: #842DDF;
}
.TagClassName
{
border-color: #842DDF;
}
</style>