Shades of Blue Violet #8446DE
Tints of Blue Violet #8446DE
RGB
CMYK
RGB Variations
Color information
#8446DE (or 0x8446DE) is known color: Blue Violet. HEX triplet: 84, 46 and DE. RGB value is (132,70,222). Sum of RGB (Red+Green+Blue) = 132+70+222=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #8446DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8446DE is #7BB921. Grayscale: #696969. Windows color (decimal): -8108322 or 14567044. OLE color: 14567044.
HSL color Cylindrical-coordinate representation of color #8446DE: hue angle of 264.47º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8446DE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 70 | 222 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.13 |
| HSL | 264.47º | 0.7% | 0.57% | - |
| HSV(B) | 264.47º | 0.68% | 0.87% | - |
| XYZ | 24.89 | 14.56 | 70.61 | - |
| YUV | 105.87 | 193.54 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 222 | 0.41 | 0.68 | 0 | 0.13 | 264.47 | 0.7 | 0.57 |
| Hex | 84 | 46 | DE | 29 | 44 | 0 | D | 108 | 46 | 39 |
| Octal | 204 | 106 | 336 | 51 | 104 | 0 | 15 | 410 | 106 | 71 |
| Binary | 10000100 | 1000110 | 11011110 | 101001 | 1000100 | 0 | 1101 | 100001000 | 1000110 | 111001 |
Color Harmonies of #8446DE
Complementary color
Monochromatic Colors of #8446DE
Black with #8446DE
Text Example
Text Example
White with #8446DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8446DE; }
p { color: rgb(132,70,222); }
H1.HeaderClassName
{
color: #8446DE;
}
.AnyTagClassName
{
color: #8446DE;
}
</style>
background-color css
<style>
a { background-color: #8446DE; }
a { background-color: rgb(132,70,222); }
div.DivClassName
{
background-color: #8446DE;
}
.BgClassName
{
background-color: #8446DE;
}
</style>
border-color css
<style>
span { border-color: #8446DE; }
span { border-color: rgb(132,70,222); }
td.TdClassName
{
border-color: #8446DE;
}
.TagClassName
{
border-color: #8446DE;
}
</style>