Shades of Blue Violet #842DFF
Tints of Blue Violet #842DFF
RGB
CMYK
RGB Variations
Color information
#842DFF (or 0x842DFF) is known color: Blue Violet. HEX triplet: 84, 2D and FF. RGB value is (132,45,255). Sum of RGB (Red+Green+Blue) = 132+45+255=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #842DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842DFF is #7BD200. Grayscale: #5E5E5E. Windows color (decimal): -8114689 or 16723332. OLE color: 16723332.
HSL color Cylindrical-coordinate representation of color #842DFF: hue angle of 264.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842DFF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 45 | 255 | - |
| CMYK | 0.48 | 0.82 | 0 | 0 |
| HSL | 264.86º | 1% | 0.59% | - |
| HSV(B) | 264.86º | 0.82% | 1% | - |
| XYZ | 28.5 | 14 | 95.81 | - |
| YUV | 94.95 | 218.32 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 255 | 0.48 | 0.82 | 0 | 0 | 264.86 | 1 | 0.59 |
| Hex | 84 | 2D | FF | 30 | 52 | 0 | 0 | 109 | 64 | 3B |
| Octal | 204 | 55 | 377 | 60 | 122 | 0 | 0 | 411 | 144 | 73 |
| Binary | 10000100 | 101101 | 11111111 | 110000 | 1010010 | 0 | 0 | 100001001 | 1100100 | 111011 |
Color Harmonies of #842DFF
Complementary color
Monochromatic Colors of #842DFF
Black with #842DFF
Text Example
Text Example
White with #842DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DFF; }
p { color: rgb(132,45,255); }
H1.HeaderClassName
{
color: #842DFF;
}
.AnyTagClassName
{
color: #842DFF;
}
</style>
background-color css
<style>
a { background-color: #842DFF; }
a { background-color: rgb(132,45,255); }
div.DivClassName
{
background-color: #842DFF;
}
.BgClassName
{
background-color: #842DFF;
}
</style>
border-color css
<style>
span { border-color: #842DFF; }
span { border-color: rgb(132,45,255); }
td.TdClassName
{
border-color: #842DFF;
}
.TagClassName
{
border-color: #842DFF;
}
</style>