Shades of Blue Violet #8441F3
Tints of Blue Violet #8441F3
RGB
CMYK
RGB Variations
Color information
#8441F3 (or 0x8441F3) is known color: Blue Violet. HEX triplet: 84, 41 and F3. RGB value is (132,65,243). Sum of RGB (Red+Green+Blue) = 132+65+243=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #8441F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8441F3 is #7BBE0C. Grayscale: #686868. Windows color (decimal): -8109581 or 15942020. OLE color: 15942020.
HSL color Cylindrical-coordinate representation of color #8441F3: hue angle of 262.58º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8441F3 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 65 | 243 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.05 |
| HSL | 262.58º | 0.88% | 0.6% | - |
| HSV(B) | 262.58º | 0.73% | 0.95% | - |
| XYZ | 27.58 | 15.16 | 86.27 | - |
| YUV | 105.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 243 | 0.46 | 0.73 | 0 | 0.05 | 262.58 | 0.88 | 0.6 |
| Hex | 84 | 41 | F3 | 2E | 49 | 0 | 5 | 107 | 58 | 3C |
| Octal | 204 | 101 | 363 | 56 | 111 | 0 | 5 | 407 | 130 | 74 |
| Binary | 10000100 | 1000001 | 11110011 | 101110 | 1001001 | 0 | 101 | 100000111 | 1011000 | 111100 |
Color Harmonies of #8441F3
Complementary color
Monochromatic Colors of #8441F3
Black with #8441F3
Text Example
Text Example
White with #8441F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441F3; }
p { color: rgb(132,65,243); }
H1.HeaderClassName
{
color: #8441F3;
}
.AnyTagClassName
{
color: #8441F3;
}
</style>
background-color css
<style>
a { background-color: #8441F3; }
a { background-color: rgb(132,65,243); }
div.DivClassName
{
background-color: #8441F3;
}
.BgClassName
{
background-color: #8441F3;
}
</style>
border-color css
<style>
span { border-color: #8441F3; }
span { border-color: rgb(132,65,243); }
td.TdClassName
{
border-color: #8441F3;
}
.TagClassName
{
border-color: #8441F3;
}
</style>