Shades of Blue Violet #841EF7
Tints of Blue Violet #841EF7
RGB
CMYK
RGB Variations
Color information
#841EF7 (or 0x841EF7) is known color: Blue Violet. HEX triplet: 84, 1E and F7. RGB value is (132,30,247). Sum of RGB (Red+Green+Blue) = 132+30+247=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #841EF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EF7 is #7BE108. Grayscale: #545454. Windows color (decimal): -8118537 or 16195204. OLE color: 16195204.
HSL color Cylindrical-coordinate representation of color #841EF7: hue angle of 268.2º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841EF7 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 30 | 247 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.03 |
| HSL | 268.2º | 0.93% | 0.54% | - |
| HSV(B) | 268.2º | 0.88% | 0.97% | - |
| XYZ | 26.77 | 12.55 | 89.01 | - |
| YUV | 85.24 | 219.29 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 247 | 0.47 | 0.88 | 0 | 0.03 | 268.2 | 0.93 | 0.54 |
| Hex | 84 | 1E | F7 | 2F | 58 | 0 | 3 | 10C | 5D | 36 |
| Octal | 204 | 36 | 367 | 57 | 130 | 0 | 3 | 414 | 135 | 66 |
| Binary | 10000100 | 11110 | 11110111 | 101111 | 1011000 | 0 | 11 | 100001100 | 1011101 | 110110 |
Color Harmonies of #841EF7
Complementary color
Monochromatic Colors of #841EF7
Black with #841EF7
Text Example
Text Example
White with #841EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EF7; }
p { color: rgb(132,30,247); }
H1.HeaderClassName
{
color: #841EF7;
}
.AnyTagClassName
{
color: #841EF7;
}
</style>
background-color css
<style>
a { background-color: #841EF7; }
a { background-color: rgb(132,30,247); }
div.DivClassName
{
background-color: #841EF7;
}
.BgClassName
{
background-color: #841EF7;
}
</style>
border-color css
<style>
span { border-color: #841EF7; }
span { border-color: rgb(132,30,247); }
td.TdClassName
{
border-color: #841EF7;
}
.TagClassName
{
border-color: #841EF7;
}
</style>