Shades of Blue Violet #8449EC
Tints of Blue Violet #8449EC
RGB
CMYK
RGB Variations
Color information
#8449EC (or 0x8449EC) is known color: Blue Violet. HEX triplet: 84, 49 and EC. RGB value is (132,73,236). Sum of RGB (Red+Green+Blue) = 132+73+236=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #8449EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449EC is #7BB613. Grayscale: #6C6C6C. Windows color (decimal): -8107540 or 15485316. OLE color: 15485316.
HSL color Cylindrical-coordinate representation of color #8449EC: hue angle of 261.72º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8449EC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 73 | 236 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.07 |
| HSL | 261.72º | 0.81% | 0.61% | - |
| HSV(B) | 261.72º | 0.69% | 0.93% | - |
| XYZ | 27.04 | 15.73 | 80.97 | - |
| YUV | 109.22 | 199.55 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 236 | 0.44 | 0.69 | 0 | 0.07 | 261.72 | 0.81 | 0.61 |
| Hex | 84 | 49 | EC | 2C | 45 | 0 | 7 | 106 | 51 | 3D |
| Octal | 204 | 111 | 354 | 54 | 105 | 0 | 7 | 406 | 121 | 75 |
| Binary | 10000100 | 1001001 | 11101100 | 101100 | 1000101 | 0 | 111 | 100000110 | 1010001 | 111101 |
Color Harmonies of #8449EC
Complementary color
Monochromatic Colors of #8449EC
Black with #8449EC
Text Example
Text Example
White with #8449EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449EC; }
p { color: rgb(132,73,236); }
H1.HeaderClassName
{
color: #8449EC;
}
.AnyTagClassName
{
color: #8449EC;
}
</style>
background-color css
<style>
a { background-color: #8449EC; }
a { background-color: rgb(132,73,236); }
div.DivClassName
{
background-color: #8449EC;
}
.BgClassName
{
background-color: #8449EC;
}
</style>
border-color css
<style>
span { border-color: #8449EC; }
span { border-color: rgb(132,73,236); }
td.TdClassName
{
border-color: #8449EC;
}
.TagClassName
{
border-color: #8449EC;
}
</style>