Shades of Blue Violet #841CF1
Tints of Blue Violet #841CF1
RGB
CMYK
RGB Variations
Color information
#841CF1 (or 0x841CF1) is known color: Blue Violet. HEX triplet: 84, 1C and F1. RGB value is (132,28,241). Sum of RGB (Red+Green+Blue) = 132+28+241=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #841CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CF1 is #7BE30E. Grayscale: #525252. Windows color (decimal): -8119055 or 15801476. OLE color: 15801476.
HSL color Cylindrical-coordinate representation of color #841CF1: hue angle of 269.3º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841CF1 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 28 | 241 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.05 |
| HSL | 269.3º | 0.88% | 0.53% | - |
| HSV(B) | 269.3º | 0.88% | 0.95% | - |
| XYZ | 25.81 | 12.09 | 84.19 | - |
| YUV | 83.38 | 216.96 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 241 | 0.45 | 0.88 | 0 | 0.05 | 269.3 | 0.88 | 0.53 |
| Hex | 84 | 1C | F1 | 2D | 58 | 0 | 5 | 10D | 58 | 35 |
| Octal | 204 | 34 | 361 | 55 | 130 | 0 | 5 | 415 | 130 | 65 |
| Binary | 10000100 | 11100 | 11110001 | 101101 | 1011000 | 0 | 101 | 100001101 | 1011000 | 110101 |
Color Harmonies of #841CF1
Complementary color
Monochromatic Colors of #841CF1
Black with #841CF1
Text Example
Text Example
White with #841CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CF1; }
p { color: rgb(132,28,241); }
H1.HeaderClassName
{
color: #841CF1;
}
.AnyTagClassName
{
color: #841CF1;
}
</style>
background-color css
<style>
a { background-color: #841CF1; }
a { background-color: rgb(132,28,241); }
div.DivClassName
{
background-color: #841CF1;
}
.BgClassName
{
background-color: #841CF1;
}
</style>
border-color css
<style>
span { border-color: #841CF1; }
span { border-color: rgb(132,28,241); }
td.TdClassName
{
border-color: #841CF1;
}
.TagClassName
{
border-color: #841CF1;
}
</style>