Shades of Blue Violet #8449EF
Tints of Blue Violet #8449EF
RGB
CMYK
RGB Variations
Color information
#8449EF (or 0x8449EF) is known color: Blue Violet. HEX triplet: 84, 49 and EF. RGB value is (132,73,239). Sum of RGB (Red+Green+Blue) = 132+73+239=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #8449EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449EF is #7BB610. Grayscale: #6C6C6C. Windows color (decimal): -8107537 or 15681924. OLE color: 15681924.
HSL color Cylindrical-coordinate representation of color #8449EF: hue angle of 261.33º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8449EF is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 73 | 239 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.06 |
| HSL | 261.33º | 0.84% | 0.61% | - |
| HSV(B) | 261.33º | 0.69% | 0.94% | - |
| XYZ | 27.48 | 15.9 | 83.28 | - |
| YUV | 109.57 | 201.05 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 239 | 0.45 | 0.69 | 0 | 0.06 | 261.33 | 0.84 | 0.61 |
| Hex | 84 | 49 | EF | 2D | 45 | 0 | 6 | 105 | 54 | 3D |
| Octal | 204 | 111 | 357 | 55 | 105 | 0 | 6 | 405 | 124 | 75 |
| Binary | 10000100 | 1001001 | 11101111 | 101101 | 1000101 | 0 | 110 | 100000101 | 1010100 | 111101 |
Color Harmonies of #8449EF
Complementary color
Monochromatic Colors of #8449EF
Black with #8449EF
Text Example
Text Example
White with #8449EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449EF; }
p { color: rgb(132,73,239); }
H1.HeaderClassName
{
color: #8449EF;
}
.AnyTagClassName
{
color: #8449EF;
}
</style>
background-color css
<style>
a { background-color: #8449EF; }
a { background-color: rgb(132,73,239); }
div.DivClassName
{
background-color: #8449EF;
}
.BgClassName
{
background-color: #8449EF;
}
</style>
border-color css
<style>
span { border-color: #8449EF; }
span { border-color: rgb(132,73,239); }
td.TdClassName
{
border-color: #8449EF;
}
.TagClassName
{
border-color: #8449EF;
}
</style>