Shades of Blue Violet #843BFA
Tints of Blue Violet #843BFA
RGB
CMYK
RGB Variations
Color information
#843BFA (or 0x843BFA) is known color: Blue Violet. HEX triplet: 84, 3B and FA. RGB value is (132,59,250). Sum of RGB (Red+Green+Blue) = 132+59+250=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #843BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #843BFA is #7BC405. Grayscale: #656565. Windows color (decimal): -8111110 or 16399236. OLE color: 16399236.
HSL color Cylindrical-coordinate representation of color #843BFA: hue angle of 262.93º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #843BFA is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 59 | 250 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.02 |
| HSL | 262.93º | 0.95% | 0.61% | - |
| HSV(B) | 262.93º | 0.76% | 0.98% | - |
| XYZ | 28.34 | 14.94 | 91.83 | - |
| YUV | 102.6 | 211.18 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 250 | 0.47 | 0.76 | 0 | 0.02 | 262.93 | 0.95 | 0.61 |
| Hex | 84 | 3B | FA | 2F | 4C | 0 | 2 | 107 | 5F | 3D |
| Octal | 204 | 73 | 372 | 57 | 114 | 0 | 2 | 407 | 137 | 75 |
| Binary | 10000100 | 111011 | 11111010 | 101111 | 1001100 | 0 | 10 | 100000111 | 1011111 | 111101 |
Color Harmonies of #843BFA
Complementary color
Monochromatic Colors of #843BFA
Black with #843BFA
Text Example
Text Example
White with #843BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BFA; }
p { color: rgb(132,59,250); }
H1.HeaderClassName
{
color: #843BFA;
}
.AnyTagClassName
{
color: #843BFA;
}
</style>
background-color css
<style>
a { background-color: #843BFA; }
a { background-color: rgb(132,59,250); }
div.DivClassName
{
background-color: #843BFA;
}
.BgClassName
{
background-color: #843BFA;
}
</style>
border-color css
<style>
span { border-color: #843BFA; }
span { border-color: rgb(132,59,250); }
td.TdClassName
{
border-color: #843BFA;
}
.TagClassName
{
border-color: #843BFA;
}
</style>