Shades of Blue Violet #8449F1
Tints of Blue Violet #8449F1
RGB
CMYK
RGB Variations
Color information
#8449F1 (or 0x8449F1) is known color: Blue Violet. HEX triplet: 84, 49 and F1. RGB value is (132,73,241). Sum of RGB (Red+Green+Blue) = 132+73+241=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #8449F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449F1 is #7BB60E. Grayscale: #6D6D6D. Windows color (decimal): -8107535 or 15812996. OLE color: 15812996.
HSL color Cylindrical-coordinate representation of color #8449F1: hue angle of 261.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8449F1 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 73 | 241 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.05 |
| HSL | 261.07º | 0.86% | 0.62% | - |
| HSV(B) | 261.07º | 0.7% | 0.95% | - |
| XYZ | 27.78 | 16.02 | 84.85 | - |
| YUV | 109.79 | 202.05 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 241 | 0.45 | 0.70 | 0 | 0.05 | 261.07 | 0.86 | 0.62 |
| Hex | 84 | 49 | F1 | 2D | 46 | 0 | 5 | 105 | 56 | 3E |
| Octal | 204 | 111 | 361 | 55 | 106 | 0 | 5 | 405 | 126 | 76 |
| Binary | 10000100 | 1001001 | 11110001 | 101101 | 1000110 | 0 | 101 | 100000101 | 1010110 | 111110 |
Color Harmonies of #8449F1
Complementary color
Monochromatic Colors of #8449F1
Black with #8449F1
Text Example
Text Example
White with #8449F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449F1; }
p { color: rgb(132,73,241); }
H1.HeaderClassName
{
color: #8449F1;
}
.AnyTagClassName
{
color: #8449F1;
}
</style>
background-color css
<style>
a { background-color: #8449F1; }
a { background-color: rgb(132,73,241); }
div.DivClassName
{
background-color: #8449F1;
}
.BgClassName
{
background-color: #8449F1;
}
</style>
border-color css
<style>
span { border-color: #8449F1; }
span { border-color: rgb(132,73,241); }
td.TdClassName
{
border-color: #8449F1;
}
.TagClassName
{
border-color: #8449F1;
}
</style>