Shades of Blue Violet #841BFD
Tints of Blue Violet #841BFD
RGB
CMYK
RGB Variations
Color information
#841BFD (or 0x841BFD) is known color: Blue Violet. HEX triplet: 84, 1B and FD. RGB value is (132,27,253). Sum of RGB (Red+Green+Blue) = 132+27+253=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #841BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841BFD is #7BE402. Grayscale: #535353. Windows color (decimal): -8119299 or 16587652. OLE color: 16587652.
HSL color Cylindrical-coordinate representation of color #841BFD: hue angle of 267.88º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841BFD is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 27 | 253 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.01 |
| HSL | 267.88º | 0.98% | 0.55% | - |
| HSV(B) | 267.88º | 0.89% | 0.99% | - |
| XYZ | 27.64 | 12.78 | 93.94 | - |
| YUV | 84.16 | 223.29 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 253 | 0.48 | 0.89 | 0 | 0.01 | 267.88 | 0.98 | 0.55 |
| Hex | 84 | 1B | FD | 30 | 59 | 0 | 1 | 10C | 62 | 37 |
| Octal | 204 | 33 | 375 | 60 | 131 | 0 | 1 | 414 | 142 | 67 |
| Binary | 10000100 | 11011 | 11111101 | 110000 | 1011001 | 0 | 1 | 100001100 | 1100010 | 110111 |
Color Harmonies of #841BFD
Complementary color
Monochromatic Colors of #841BFD
Black with #841BFD
Text Example
Text Example
White with #841BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BFD; }
p { color: rgb(132,27,253); }
H1.HeaderClassName
{
color: #841BFD;
}
.AnyTagClassName
{
color: #841BFD;
}
</style>
background-color css
<style>
a { background-color: #841BFD; }
a { background-color: rgb(132,27,253); }
div.DivClassName
{
background-color: #841BFD;
}
.BgClassName
{
background-color: #841BFD;
}
</style>
border-color css
<style>
span { border-color: #841BFD; }
span { border-color: rgb(132,27,253); }
td.TdClassName
{
border-color: #841BFD;
}
.TagClassName
{
border-color: #841BFD;
}
</style>