Shades of Blue Violet #842BF0
Tints of Blue Violet #842BF0
RGB
CMYK
RGB Variations
Color information
#842BF0 (or 0x842BF0) is known color: Blue Violet. HEX triplet: 84, 2B and F0. RGB value is (132,43,240). Sum of RGB (Red+Green+Blue) = 132+43+240=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #842BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842BF0 is #7BD40F. Grayscale: #5B5B5B. Windows color (decimal): -8115216 or 15739780. OLE color: 15739780.
HSL color Cylindrical-coordinate representation of color #842BF0: hue angle of 267.11º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842BF0 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 43 | 240 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.06 |
| HSL | 267.11º | 0.87% | 0.55% | - |
| HSV(B) | 267.11º | 0.82% | 0.94% | - |
| XYZ | 26.11 | 12.92 | 83.56 | - |
| YUV | 92.07 | 211.49 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 240 | 0.45 | 0.82 | 0 | 0.06 | 267.11 | 0.87 | 0.55 |
| Hex | 84 | 2B | F0 | 2D | 52 | 0 | 6 | 10B | 57 | 37 |
| Octal | 204 | 53 | 360 | 55 | 122 | 0 | 6 | 413 | 127 | 67 |
| Binary | 10000100 | 101011 | 11110000 | 101101 | 1010010 | 0 | 110 | 100001011 | 1010111 | 110111 |
Color Harmonies of #842BF0
Complementary color
Monochromatic Colors of #842BF0
Black with #842BF0
Text Example
Text Example
White with #842BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BF0; }
p { color: rgb(132,43,240); }
H1.HeaderClassName
{
color: #842BF0;
}
.AnyTagClassName
{
color: #842BF0;
}
</style>
background-color css
<style>
a { background-color: #842BF0; }
a { background-color: rgb(132,43,240); }
div.DivClassName
{
background-color: #842BF0;
}
.BgClassName
{
background-color: #842BF0;
}
</style>
border-color css
<style>
span { border-color: #842BF0; }
span { border-color: rgb(132,43,240); }
td.TdClassName
{
border-color: #842BF0;
}
.TagClassName
{
border-color: #842BF0;
}
</style>