Shades of Blue Violet #841EFB
Tints of Blue Violet #841EFB
RGB
CMYK
RGB Variations
Color information
#841EFB (or 0x841EFB) is known color: Blue Violet. HEX triplet: 84, 1E and FB. RGB value is (132,30,251). Sum of RGB (Red+Green+Blue) = 132+30+251=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #841EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EFB is #7BE104. Grayscale: #545454. Windows color (decimal): -8118533 or 16457348. OLE color: 16457348.
HSL color Cylindrical-coordinate representation of color #841EFB: hue angle of 267.69º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841EFB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 30 | 251 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.02 |
| HSL | 267.69º | 0.97% | 0.55% | - |
| HSV(B) | 267.69º | 0.88% | 0.98% | - |
| XYZ | 27.39 | 12.8 | 92.29 | - |
| YUV | 85.69 | 221.29 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 251 | 0.47 | 0.88 | 0 | 0.02 | 267.69 | 0.97 | 0.55 |
| Hex | 84 | 1E | FB | 2F | 58 | 0 | 2 | 10C | 61 | 37 |
| Octal | 204 | 36 | 373 | 57 | 130 | 0 | 2 | 414 | 141 | 67 |
| Binary | 10000100 | 11110 | 11111011 | 101111 | 1011000 | 0 | 10 | 100001100 | 1100001 | 110111 |
Color Harmonies of #841EFB
Complementary color
Monochromatic Colors of #841EFB
Black with #841EFB
Text Example
Text Example
White with #841EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EFB; }
p { color: rgb(132,30,251); }
H1.HeaderClassName
{
color: #841EFB;
}
.AnyTagClassName
{
color: #841EFB;
}
</style>
background-color css
<style>
a { background-color: #841EFB; }
a { background-color: rgb(132,30,251); }
div.DivClassName
{
background-color: #841EFB;
}
.BgClassName
{
background-color: #841EFB;
}
</style>
border-color css
<style>
span { border-color: #841EFB; }
span { border-color: rgb(132,30,251); }
td.TdClassName
{
border-color: #841EFB;
}
.TagClassName
{
border-color: #841EFB;
}
</style>