Shades of Blue Violet #841EFC
Tints of Blue Violet #841EFC
RGB
CMYK
RGB Variations
Color information
#841EFC (or 0x841EFC) is known color: Blue Violet. HEX triplet: 84, 1E and FC. RGB value is (132,30,252). Sum of RGB (Red+Green+Blue) = 132+30+252=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #841EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EFC is #7BE103. Grayscale: #555555. Windows color (decimal): -8118532 or 16522884. OLE color: 16522884.
HSL color Cylindrical-coordinate representation of color #841EFC: hue angle of 267.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841EFC is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 30 | 252 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.01 |
| HSL | 267.57º | 0.97% | 0.55% | - |
| HSV(B) | 267.57º | 0.88% | 0.99% | - |
| XYZ | 27.55 | 12.86 | 93.13 | - |
| YUV | 85.81 | 221.79 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 252 | 0.48 | 0.88 | 0 | 0.01 | 267.57 | 0.97 | 0.55 |
| Hex | 84 | 1E | FC | 30 | 58 | 0 | 1 | 10C | 61 | 37 |
| Octal | 204 | 36 | 374 | 60 | 130 | 0 | 1 | 414 | 141 | 67 |
| Binary | 10000100 | 11110 | 11111100 | 110000 | 1011000 | 0 | 1 | 100001100 | 1100001 | 110111 |
Color Harmonies of #841EFC
Complementary color
Monochromatic Colors of #841EFC
Black with #841EFC
Text Example
Text Example
White with #841EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EFC; }
p { color: rgb(132,30,252); }
H1.HeaderClassName
{
color: #841EFC;
}
.AnyTagClassName
{
color: #841EFC;
}
</style>
background-color css
<style>
a { background-color: #841EFC; }
a { background-color: rgb(132,30,252); }
div.DivClassName
{
background-color: #841EFC;
}
.BgClassName
{
background-color: #841EFC;
}
</style>
border-color css
<style>
span { border-color: #841EFC; }
span { border-color: rgb(132,30,252); }
td.TdClassName
{
border-color: #841EFC;
}
.TagClassName
{
border-color: #841EFC;
}
</style>