Shades of Blue Violet #8441E1
Tints of Blue Violet #8441E1
RGB
CMYK
RGB Variations
Color information
#8441E1 (or 0x8441E1) is known color: Blue Violet. HEX triplet: 84, 41 and E1. RGB value is (132,65,225). Sum of RGB (Red+Green+Blue) = 132+65+225=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #8441E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441E1 is #7BBE1E. Grayscale: #666666. Windows color (decimal): -8109599 or 14762372. OLE color: 14762372.
HSL color Cylindrical-coordinate representation of color #8441E1: hue angle of 265.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8441E1 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 65 | 225 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.12 |
| HSL | 265.13º | 0.73% | 0.57% | - |
| HSV(B) | 265.13º | 0.71% | 0.88% | - |
| XYZ | 25 | 14.12 | 72.64 | - |
| YUV | 103.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 225 | 0.41 | 0.71 | 0 | 0.12 | 265.13 | 0.73 | 0.57 |
| Hex | 84 | 41 | E1 | 29 | 47 | 0 | C | 109 | 49 | 39 |
| Octal | 204 | 101 | 341 | 51 | 107 | 0 | 14 | 411 | 111 | 71 |
| Binary | 10000100 | 1000001 | 11100001 | 101001 | 1000111 | 0 | 1100 | 100001001 | 1001001 | 111001 |
Color Harmonies of #8441E1
Complementary color
Monochromatic Colors of #8441E1
Black with #8441E1
Text Example
Text Example
White with #8441E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441E1; }
p { color: rgb(132,65,225); }
H1.HeaderClassName
{
color: #8441E1;
}
.AnyTagClassName
{
color: #8441E1;
}
</style>
background-color css
<style>
a { background-color: #8441E1; }
a { background-color: rgb(132,65,225); }
div.DivClassName
{
background-color: #8441E1;
}
.BgClassName
{
background-color: #8441E1;
}
</style>
border-color css
<style>
span { border-color: #8441E1; }
span { border-color: rgb(132,65,225); }
td.TdClassName
{
border-color: #8441E1;
}
.TagClassName
{
border-color: #8441E1;
}
</style>