Shades of Blue Violet #8448EF
Tints of Blue Violet #8448EF
RGB
CMYK
RGB Variations
Color information
#8448EF (or 0x8448EF) is known color: Blue Violet. HEX triplet: 84, 48 and EF. RGB value is (132,72,239). Sum of RGB (Red+Green+Blue) = 132+72+239=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #8448EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8448EF is #7BB710. Grayscale: #6C6C6C. Windows color (decimal): -8107793 or 15681668. OLE color: 15681668.
HSL color Cylindrical-coordinate representation of color #8448EF: hue angle of 261.56º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8448EF is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 72 | 239 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.06 |
| HSL | 261.56º | 0.84% | 0.61% | - |
| HSV(B) | 261.56º | 0.7% | 0.94% | - |
| XYZ | 27.41 | 15.77 | 83.26 | - |
| YUV | 108.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 239 | 0.45 | 0.70 | 0 | 0.06 | 261.56 | 0.84 | 0.61 |
| Hex | 84 | 48 | EF | 2D | 46 | 0 | 6 | 106 | 54 | 3D |
| Octal | 204 | 110 | 357 | 55 | 106 | 0 | 6 | 406 | 124 | 75 |
| Binary | 10000100 | 1001000 | 11101111 | 101101 | 1000110 | 0 | 110 | 100000110 | 1010100 | 111101 |
Color Harmonies of #8448EF
Complementary color
Monochromatic Colors of #8448EF
Black with #8448EF
Text Example
Text Example
White with #8448EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448EF; }
p { color: rgb(132,72,239); }
H1.HeaderClassName
{
color: #8448EF;
}
.AnyTagClassName
{
color: #8448EF;
}
</style>
background-color css
<style>
a { background-color: #8448EF; }
a { background-color: rgb(132,72,239); }
div.DivClassName
{
background-color: #8448EF;
}
.BgClassName
{
background-color: #8448EF;
}
</style>
border-color css
<style>
span { border-color: #8448EF; }
span { border-color: rgb(132,72,239); }
td.TdClassName
{
border-color: #8448EF;
}
.TagClassName
{
border-color: #8448EF;
}
</style>