Shades of Blue Violet #841FDF
Tints of Blue Violet #841FDF
RGB
CMYK
RGB Variations
Color information
#841FDF (or 0x841FDF) is known color: Blue Violet. HEX triplet: 84, 1F and DF. RGB value is (132,31,223). Sum of RGB (Red+Green+Blue) = 132+31+223=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #841FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841FDF is #7BE020. Grayscale: #525252. Windows color (decimal): -8118305 or 14622596. OLE color: 14622596.
HSL color Cylindrical-coordinate representation of color #841FDF: hue angle of 271.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841FDF is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 31 | 223 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.13 |
| HSL | 271.56º | 0.76% | 0.5% | - |
| HSV(B) | 271.56º | 0.86% | 0.87% | - |
| XYZ | 23.32 | 11.21 | 70.75 | - |
| YUV | 83.09 | 206.96 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 223 | 0.41 | 0.86 | 0 | 0.13 | 271.56 | 0.76 | 0.5 |
| Hex | 84 | 1F | DF | 29 | 56 | 0 | D | 110 | 4C | 32 |
| Octal | 204 | 37 | 337 | 51 | 126 | 0 | 15 | 420 | 114 | 62 |
| Binary | 10000100 | 11111 | 11011111 | 101001 | 1010110 | 0 | 1101 | 100010000 | 1001100 | 110010 |
Color Harmonies of #841FDF
Complementary color
Monochromatic Colors of #841FDF
Black with #841FDF
Text Example
Text Example
White with #841FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841FDF; }
p { color: rgb(132,31,223); }
H1.HeaderClassName
{
color: #841FDF;
}
.AnyTagClassName
{
color: #841FDF;
}
</style>
background-color css
<style>
a { background-color: #841FDF; }
a { background-color: rgb(132,31,223); }
div.DivClassName
{
background-color: #841FDF;
}
.BgClassName
{
background-color: #841FDF;
}
</style>
border-color css
<style>
span { border-color: #841FDF; }
span { border-color: rgb(132,31,223); }
td.TdClassName
{
border-color: #841FDF;
}
.TagClassName
{
border-color: #841FDF;
}
</style>