Shades of Blue Violet #841EE3
Tints of Blue Violet #841EE3
RGB
CMYK
RGB Variations
Color information
#841EE3 (or 0x841EE3) is known color: Blue Violet. HEX triplet: 84, 1E and E3. RGB value is (132,30,227). Sum of RGB (Red+Green+Blue) = 132+30+227=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 227 (89.06% from 255 or 58.35% from 389); Max value from RGB is 227 - color contains mainly: blue. Hex color #841EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841EE3 is #7BE11C. Grayscale: #525252. Windows color (decimal): -8118557 or 14884484. OLE color: 14884484.
HSL color Cylindrical-coordinate representation of color #841EE3: hue angle of 271.07º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841EE3 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 30 | 227 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.11 |
| HSL | 271.07º | 0.78% | 0.5% | - |
| HSV(B) | 271.07º | 0.87% | 0.89% | - |
| XYZ | 23.85 | 11.38 | 73.61 | - |
| YUV | 82.96 | 209.29 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 227 | 0.42 | 0.87 | 0 | 0.11 | 271.07 | 0.78 | 0.5 |
| Hex | 84 | 1E | E3 | 2A | 57 | 0 | B | 10F | 4E | 32 |
| Octal | 204 | 36 | 343 | 52 | 127 | 0 | 13 | 417 | 116 | 62 |
| Binary | 10000100 | 11110 | 11100011 | 101010 | 1010111 | 0 | 1011 | 100001111 | 1001110 | 110010 |
Color Harmonies of #841EE3
Complementary color
Monochromatic Colors of #841EE3
Black with #841EE3
Text Example
Text Example
White with #841EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EE3; }
p { color: rgb(132,30,227); }
H1.HeaderClassName
{
color: #841EE3;
}
.AnyTagClassName
{
color: #841EE3;
}
</style>
background-color css
<style>
a { background-color: #841EE3; }
a { background-color: rgb(132,30,227); }
div.DivClassName
{
background-color: #841EE3;
}
.BgClassName
{
background-color: #841EE3;
}
</style>
border-color css
<style>
span { border-color: #841EE3; }
span { border-color: rgb(132,30,227); }
td.TdClassName
{
border-color: #841EE3;
}
.TagClassName
{
border-color: #841EE3;
}
</style>