Shades of Blue Violet #842BFB
Tints of Blue Violet #842BFB
RGB
CMYK
RGB Variations
Color information
#842BFB (or 0x842BFB) is known color: Blue Violet. HEX triplet: 84, 2B and FB. RGB value is (132,43,251). Sum of RGB (Red+Green+Blue) = 132+43+251=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #842BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842BFB is #7BD404. Grayscale: #5C5C5C. Windows color (decimal): -8115205 or 16460676. OLE color: 16460676.
HSL color Cylindrical-coordinate representation of color #842BFB: hue angle of 265.67º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #842BFB is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 43 | 251 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.02 |
| HSL | 265.67º | 0.96% | 0.58% | - |
| HSV(B) | 265.67º | 0.83% | 0.98% | - |
| XYZ | 27.79 | 13.6 | 92.43 | - |
| YUV | 93.32 | 216.99 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 251 | 0.47 | 0.83 | 0 | 0.02 | 265.67 | 0.96 | 0.58 |
| Hex | 84 | 2B | FB | 2F | 53 | 0 | 2 | 10A | 60 | 3A |
| Octal | 204 | 53 | 373 | 57 | 123 | 0 | 2 | 412 | 140 | 72 |
| Binary | 10000100 | 101011 | 11111011 | 101111 | 1010011 | 0 | 10 | 100001010 | 1100000 | 111010 |
Color Harmonies of #842BFB
Complementary color
Monochromatic Colors of #842BFB
Black with #842BFB
Text Example
Text Example
White with #842BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BFB; }
p { color: rgb(132,43,251); }
H1.HeaderClassName
{
color: #842BFB;
}
.AnyTagClassName
{
color: #842BFB;
}
</style>
background-color css
<style>
a { background-color: #842BFB; }
a { background-color: rgb(132,43,251); }
div.DivClassName
{
background-color: #842BFB;
}
.BgClassName
{
background-color: #842BFB;
}
</style>
border-color css
<style>
span { border-color: #842BFB; }
span { border-color: rgb(132,43,251); }
td.TdClassName
{
border-color: #842BFB;
}
.TagClassName
{
border-color: #842BFB;
}
</style>