Shades of Blue Violet #841FFB
Tints of Blue Violet #841FFB
RGB
CMYK
RGB Variations
Color information
#841FFB (or 0x841FFB) is known color: Blue Violet. HEX triplet: 84, 1F and FB. RGB value is (132,31,251). Sum of RGB (Red+Green+Blue) = 132+31+251=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #841FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841FFB is #7BE004. Grayscale: #555555. Windows color (decimal): -8118277 or 16457604. OLE color: 16457604.
HSL color Cylindrical-coordinate representation of color #841FFB: hue angle of 267.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841FFB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 31 | 251 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.02 |
| HSL | 267.55º | 0.96% | 0.55% | - |
| HSV(B) | 267.55º | 0.88% | 0.98% | - |
| XYZ | 27.42 | 12.85 | 92.3 | - |
| YUV | 86.28 | 220.96 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 251 | 0.47 | 0.88 | 0 | 0.02 | 267.55 | 0.96 | 0.55 |
| Hex | 84 | 1F | FB | 2F | 58 | 0 | 2 | 10C | 60 | 37 |
| Octal | 204 | 37 | 373 | 57 | 130 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10000100 | 11111 | 11111011 | 101111 | 1011000 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #841FFB
Complementary color
Monochromatic Colors of #841FFB
Black with #841FFB
Text Example
Text Example
White with #841FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841FFB; }
p { color: rgb(132,31,251); }
H1.HeaderClassName
{
color: #841FFB;
}
.AnyTagClassName
{
color: #841FFB;
}
</style>
background-color css
<style>
a { background-color: #841FFB; }
a { background-color: rgb(132,31,251); }
div.DivClassName
{
background-color: #841FFB;
}
.BgClassName
{
background-color: #841FFB;
}
</style>
border-color css
<style>
span { border-color: #841FFB; }
span { border-color: rgb(132,31,251); }
td.TdClassName
{
border-color: #841FFB;
}
.TagClassName
{
border-color: #841FFB;
}
</style>