Shades of Blue Violet #841BDF
Tints of Blue Violet #841BDF
RGB
CMYK
RGB Variations
Color information
#841BDF (or 0x841BDF) is known color: Blue Violet. HEX triplet: 84, 1B and DF. RGB value is (132,27,223). Sum of RGB (Red+Green+Blue) = 132+27+223=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #841BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841BDF is #7BE420. Grayscale: #505050. Windows color (decimal): -8119329 or 14621572. OLE color: 14621572.
HSL color Cylindrical-coordinate representation of color #841BDF: hue angle of 272.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841BDF is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 27 | 223 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.13 |
| HSL | 272.14º | 0.78% | 0.49% | - |
| HSV(B) | 272.14º | 0.88% | 0.87% | - |
| XYZ | 23.23 | 11.02 | 70.71 | - |
| YUV | 80.74 | 208.29 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 223 | 0.41 | 0.88 | 0 | 0.13 | 272.14 | 0.78 | 0.49 |
| Hex | 84 | 1B | DF | 29 | 58 | 0 | D | 110 | 4E | 31 |
| Octal | 204 | 33 | 337 | 51 | 130 | 0 | 15 | 420 | 116 | 61 |
| Binary | 10000100 | 11011 | 11011111 | 101001 | 1011000 | 0 | 1101 | 100010000 | 1001110 | 110001 |
Color Harmonies of #841BDF
Complementary color
Monochromatic Colors of #841BDF
Black with #841BDF
Text Example
Text Example
White with #841BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BDF; }
p { color: rgb(132,27,223); }
H1.HeaderClassName
{
color: #841BDF;
}
.AnyTagClassName
{
color: #841BDF;
}
</style>
background-color css
<style>
a { background-color: #841BDF; }
a { background-color: rgb(132,27,223); }
div.DivClassName
{
background-color: #841BDF;
}
.BgClassName
{
background-color: #841BDF;
}
</style>
border-color css
<style>
span { border-color: #841BDF; }
span { border-color: rgb(132,27,223); }
td.TdClassName
{
border-color: #841BDF;
}
.TagClassName
{
border-color: #841BDF;
}
</style>