Shades of Blue Violet #8448EE
Tints of Blue Violet #8448EE
RGB
CMYK
RGB Variations
Color information
#8448EE (or 0x8448EE) is known color: Blue Violet. HEX triplet: 84, 48 and EE. RGB value is (132,72,238). Sum of RGB (Red+Green+Blue) = 132+72+238=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #8448EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8448EE is #7BB711. Grayscale: #6C6C6C. Windows color (decimal): -8107794 or 15616132. OLE color: 15616132.
HSL color Cylindrical-coordinate representation of color #8448EE: hue angle of 261.69º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8448EE is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 72 | 238 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.07 |
| HSL | 261.69º | 0.83% | 0.61% | - |
| HSV(B) | 261.69º | 0.7% | 0.93% | - |
| XYZ | 27.27 | 15.71 | 82.48 | - |
| YUV | 108.86 | 200.88 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 238 | 0.45 | 0.70 | 0 | 0.07 | 261.69 | 0.83 | 0.61 |
| Hex | 84 | 48 | EE | 2D | 46 | 0 | 7 | 106 | 53 | 3D |
| Octal | 204 | 110 | 356 | 55 | 106 | 0 | 7 | 406 | 123 | 75 |
| Binary | 10000100 | 1001000 | 11101110 | 101101 | 1000110 | 0 | 111 | 100000110 | 1010011 | 111101 |
Color Harmonies of #8448EE
Complementary color
Monochromatic Colors of #8448EE
Black with #8448EE
Text Example
Text Example
White with #8448EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448EE; }
p { color: rgb(132,72,238); }
H1.HeaderClassName
{
color: #8448EE;
}
.AnyTagClassName
{
color: #8448EE;
}
</style>
background-color css
<style>
a { background-color: #8448EE; }
a { background-color: rgb(132,72,238); }
div.DivClassName
{
background-color: #8448EE;
}
.BgClassName
{
background-color: #8448EE;
}
</style>
border-color css
<style>
span { border-color: #8448EE; }
span { border-color: rgb(132,72,238); }
td.TdClassName
{
border-color: #8448EE;
}
.TagClassName
{
border-color: #8448EE;
}
</style>