Shades of Blue Violet #841FED
Tints of Blue Violet #841FED
RGB
CMYK
RGB Variations
Color information
#841FED (or 0x841FED) is known color: Blue Violet. HEX triplet: 84, 1F and ED. RGB value is (132,31,237). Sum of RGB (Red+Green+Blue) = 132+31+237=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #841FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841FED is #7BE012. Grayscale: #535353. Windows color (decimal): -8118291 or 15540100. OLE color: 15540100.
HSL color Cylindrical-coordinate representation of color #841FED: hue angle of 269.42º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841FED is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 31 | 237 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.07 |
| HSL | 269.42º | 0.85% | 0.53% | - |
| HSV(B) | 269.42º | 0.87% | 0.93% | - |
| XYZ | 25.29 | 12 | 81.1 | - |
| YUV | 84.68 | 213.96 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 237 | 0.44 | 0.87 | 0 | 0.07 | 269.42 | 0.85 | 0.53 |
| Hex | 84 | 1F | ED | 2C | 57 | 0 | 7 | 10D | 55 | 35 |
| Octal | 204 | 37 | 355 | 54 | 127 | 0 | 7 | 415 | 125 | 65 |
| Binary | 10000100 | 11111 | 11101101 | 101100 | 1010111 | 0 | 111 | 100001101 | 1010101 | 110101 |
Color Harmonies of #841FED
Complementary color
Monochromatic Colors of #841FED
Black with #841FED
Text Example
Text Example
White with #841FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841FED; }
p { color: rgb(132,31,237); }
H1.HeaderClassName
{
color: #841FED;
}
.AnyTagClassName
{
color: #841FED;
}
</style>
background-color css
<style>
a { background-color: #841FED; }
a { background-color: rgb(132,31,237); }
div.DivClassName
{
background-color: #841FED;
}
.BgClassName
{
background-color: #841FED;
}
</style>
border-color css
<style>
span { border-color: #841FED; }
span { border-color: rgb(132,31,237); }
td.TdClassName
{
border-color: #841FED;
}
.TagClassName
{
border-color: #841FED;
}
</style>