Shades of Blue Violet #8441FB
Tints of Blue Violet #8441FB
RGB
CMYK
RGB Variations
Color information
#8441FB (or 0x8441FB) is known color: Blue Violet. HEX triplet: 84, 41 and FB. RGB value is (132,65,251). Sum of RGB (Red+Green+Blue) = 132+65+251=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #8441FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8441FB is #7BBE04. Grayscale: #696969. Windows color (decimal): -8109573 or 16466308. OLE color: 16466308.
HSL color Cylindrical-coordinate representation of color #8441FB: hue angle of 261.61º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8441FB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 65 | 251 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.02 |
| HSL | 261.61º | 0.96% | 0.62% | - |
| HSV(B) | 261.61º | 0.74% | 0.98% | - |
| XYZ | 28.82 | 15.65 | 92.77 | - |
| YUV | 106.24 | 209.7 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 251 | 0.47 | 0.74 | 0 | 0.02 | 261.61 | 0.96 | 0.62 |
| Hex | 84 | 41 | FB | 2F | 4A | 0 | 2 | 106 | 60 | 3E |
| Octal | 204 | 101 | 373 | 57 | 112 | 0 | 2 | 406 | 140 | 76 |
| Binary | 10000100 | 1000001 | 11111011 | 101111 | 1001010 | 0 | 10 | 100000110 | 1100000 | 111110 |
Color Harmonies of #8441FB
Complementary color
Monochromatic Colors of #8441FB
Black with #8441FB
Text Example
Text Example
White with #8441FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441FB; }
p { color: rgb(132,65,251); }
H1.HeaderClassName
{
color: #8441FB;
}
.AnyTagClassName
{
color: #8441FB;
}
</style>
background-color css
<style>
a { background-color: #8441FB; }
a { background-color: rgb(132,65,251); }
div.DivClassName
{
background-color: #8441FB;
}
.BgClassName
{
background-color: #8441FB;
}
</style>
border-color css
<style>
span { border-color: #8441FB; }
span { border-color: rgb(132,65,251); }
td.TdClassName
{
border-color: #8441FB;
}
.TagClassName
{
border-color: #8441FB;
}
</style>