Shades of Blue Violet #8448DE
Tints of Blue Violet #8448DE
RGB
CMYK
RGB Variations
Color information
#8448DE (or 0x8448DE) is known color: Blue Violet. HEX triplet: 84, 48 and DE. RGB value is (132,72,222). Sum of RGB (Red+Green+Blue) = 132+72+222=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #8448DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448DE is #7BB721. Grayscale: #6A6A6A. Windows color (decimal): -8107810 or 14567556. OLE color: 14567556.
HSL color Cylindrical-coordinate representation of color #8448DE: hue angle of 264º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8448DE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 72 | 222 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.13 |
| HSL | 264º | 0.69% | 0.58% | - |
| HSV(B) | 264º | 0.68% | 0.87% | - |
| XYZ | 25.02 | 14.81 | 70.65 | - |
| YUV | 107.04 | 192.88 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 222 | 0.41 | 0.68 | 0 | 0.13 | 264 | 0.69 | 0.58 |
| Hex | 84 | 48 | DE | 29 | 44 | 0 | D | 108 | 45 | 3A |
| Octal | 204 | 110 | 336 | 51 | 104 | 0 | 15 | 410 | 105 | 72 |
| Binary | 10000100 | 1001000 | 11011110 | 101001 | 1000100 | 0 | 1101 | 100001000 | 1000101 | 111010 |
Color Harmonies of #8448DE
Complementary color
Monochromatic Colors of #8448DE
Black with #8448DE
Text Example
Text Example
White with #8448DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448DE; }
p { color: rgb(132,72,222); }
H1.HeaderClassName
{
color: #8448DE;
}
.AnyTagClassName
{
color: #8448DE;
}
</style>
background-color css
<style>
a { background-color: #8448DE; }
a { background-color: rgb(132,72,222); }
div.DivClassName
{
background-color: #8448DE;
}
.BgClassName
{
background-color: #8448DE;
}
</style>
border-color css
<style>
span { border-color: #8448DE; }
span { border-color: rgb(132,72,222); }
td.TdClassName
{
border-color: #8448DE;
}
.TagClassName
{
border-color: #8448DE;
}
</style>