Shades of Blue Violet #841BFA
Tints of Blue Violet #841BFA
RGB
CMYK
RGB Variations
Color information
#841BFA (or 0x841BFA) is known color: Blue Violet. HEX triplet: 84, 1B and FA. RGB value is (132,27,250). Sum of RGB (Red+Green+Blue) = 132+27+250=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #841BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841BFA is #7BE405. Grayscale: #535353. Windows color (decimal): -8119302 or 16391044. OLE color: 16391044.
HSL color Cylindrical-coordinate representation of color #841BFA: hue angle of 268.25º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841BFA is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 27 | 250 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.02 |
| HSL | 268.25º | 0.96% | 0.54% | - |
| HSV(B) | 268.25º | 0.89% | 0.98% | - |
| XYZ | 27.16 | 12.59 | 91.44 | - |
| YUV | 83.82 | 221.79 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 250 | 0.47 | 0.89 | 0 | 0.02 | 268.25 | 0.96 | 0.54 |
| Hex | 84 | 1B | FA | 2F | 59 | 0 | 2 | 10C | 60 | 36 |
| Octal | 204 | 33 | 372 | 57 | 131 | 0 | 2 | 414 | 140 | 66 |
| Binary | 10000100 | 11011 | 11111010 | 101111 | 1011001 | 0 | 10 | 100001100 | 1100000 | 110110 |
Color Harmonies of #841BFA
Complementary color
Monochromatic Colors of #841BFA
Black with #841BFA
Text Example
Text Example
White with #841BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BFA; }
p { color: rgb(132,27,250); }
H1.HeaderClassName
{
color: #841BFA;
}
.AnyTagClassName
{
color: #841BFA;
}
</style>
background-color css
<style>
a { background-color: #841BFA; }
a { background-color: rgb(132,27,250); }
div.DivClassName
{
background-color: #841BFA;
}
.BgClassName
{
background-color: #841BFA;
}
</style>
border-color css
<style>
span { border-color: #841BFA; }
span { border-color: rgb(132,27,250); }
td.TdClassName
{
border-color: #841BFA;
}
.TagClassName
{
border-color: #841BFA;
}
</style>