Shades of Blue Violet #8446F1
Tints of Blue Violet #8446F1
RGB
CMYK
RGB Variations
Color information
#8446F1 (or 0x8446F1) is known color: Blue Violet. HEX triplet: 84, 46 and F1. RGB value is (132,70,241). Sum of RGB (Red+Green+Blue) = 132+70+241=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #8446F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8446F1 is #7BB90E. Grayscale: #6B6B6B. Windows color (decimal): -8108303 or 15812228. OLE color: 15812228.
HSL color Cylindrical-coordinate representation of color #8446F1: hue angle of 261.75º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8446F1 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 70 | 241 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.05 |
| HSL | 261.75º | 0.86% | 0.61% | - |
| HSV(B) | 261.75º | 0.71% | 0.95% | - |
| XYZ | 27.58 | 15.64 | 84.78 | - |
| YUV | 108.03 | 203.04 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 241 | 0.45 | 0.71 | 0 | 0.05 | 261.75 | 0.86 | 0.61 |
| Hex | 84 | 46 | F1 | 2D | 47 | 0 | 5 | 106 | 56 | 3D |
| Octal | 204 | 106 | 361 | 55 | 107 | 0 | 5 | 406 | 126 | 75 |
| Binary | 10000100 | 1000110 | 11110001 | 101101 | 1000111 | 0 | 101 | 100000110 | 1010110 | 111101 |
Color Harmonies of #8446F1
Complementary color
Monochromatic Colors of #8446F1
Black with #8446F1
Text Example
Text Example
White with #8446F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8446F1; }
p { color: rgb(132,70,241); }
H1.HeaderClassName
{
color: #8446F1;
}
.AnyTagClassName
{
color: #8446F1;
}
</style>
background-color css
<style>
a { background-color: #8446F1; }
a { background-color: rgb(132,70,241); }
div.DivClassName
{
background-color: #8446F1;
}
.BgClassName
{
background-color: #8446F1;
}
</style>
border-color css
<style>
span { border-color: #8446F1; }
span { border-color: rgb(132,70,241); }
td.TdClassName
{
border-color: #8446F1;
}
.TagClassName
{
border-color: #8446F1;
}
</style>