Shades of Blue Violet #841FE2
Tints of Blue Violet #841FE2
RGB
CMYK
RGB Variations
Color information
#841FE2 (or 0x841FE2) is known color: Blue Violet. HEX triplet: 84, 1F and E2. RGB value is (132,31,226). Sum of RGB (Red+Green+Blue) = 132+31+226=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #841FE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841FE2 is #7BE01D. Grayscale: #525252. Windows color (decimal): -8118302 or 14819204. OLE color: 14819204.
HSL color Cylindrical-coordinate representation of color #841FE2: hue angle of 271.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841FE2 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 31 | 226 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.11 |
| HSL | 271.08º | 0.77% | 0.5% | - |
| HSV(B) | 271.08º | 0.86% | 0.89% | - |
| XYZ | 23.73 | 11.38 | 72.9 | - |
| YUV | 83.43 | 208.46 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 226 | 0.42 | 0.86 | 0 | 0.11 | 271.08 | 0.77 | 0.5 |
| Hex | 84 | 1F | E2 | 2A | 56 | 0 | B | 10F | 4D | 32 |
| Octal | 204 | 37 | 342 | 52 | 126 | 0 | 13 | 417 | 115 | 62 |
| Binary | 10000100 | 11111 | 11100010 | 101010 | 1010110 | 0 | 1011 | 100001111 | 1001101 | 110010 |
Color Harmonies of #841FE2
Complementary color
Monochromatic Colors of #841FE2
Black with #841FE2
Text Example
Text Example
White with #841FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841FE2; }
p { color: rgb(132,31,226); }
H1.HeaderClassName
{
color: #841FE2;
}
.AnyTagClassName
{
color: #841FE2;
}
</style>
background-color css
<style>
a { background-color: #841FE2; }
a { background-color: rgb(132,31,226); }
div.DivClassName
{
background-color: #841FE2;
}
.BgClassName
{
background-color: #841FE2;
}
</style>
border-color css
<style>
span { border-color: #841FE2; }
span { border-color: rgb(132,31,226); }
td.TdClassName
{
border-color: #841FE2;
}
.TagClassName
{
border-color: #841FE2;
}
</style>