Shades of Blue Violet #8444EC
Tints of Blue Violet #8444EC
RGB
CMYK
RGB Variations
Color information
#8444EC (or 0x8444EC) is known color: Blue Violet. HEX triplet: 84, 44 and EC. RGB value is (132,68,236). Sum of RGB (Red+Green+Blue) = 132+68+236=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #8444EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8444EC is #7BBB13. Grayscale: #696969. Windows color (decimal): -8108820 or 15484036. OLE color: 15484036.
HSL color Cylindrical-coordinate representation of color #8444EC: hue angle of 262.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8444EC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 68 | 236 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.07 |
| HSL | 262.86º | 0.82% | 0.6% | - |
| HSV(B) | 262.86º | 0.71% | 0.93% | - |
| XYZ | 26.72 | 15.1 | 80.86 | - |
| YUV | 106.29 | 201.2 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 236 | 0.44 | 0.71 | 0 | 0.07 | 262.86 | 0.82 | 0.6 |
| Hex | 84 | 44 | EC | 2C | 47 | 0 | 7 | 107 | 52 | 3C |
| Octal | 204 | 104 | 354 | 54 | 107 | 0 | 7 | 407 | 122 | 74 |
| Binary | 10000100 | 1000100 | 11101100 | 101100 | 1000111 | 0 | 111 | 100000111 | 1010010 | 111100 |
Color Harmonies of #8444EC
Complementary color
Monochromatic Colors of #8444EC
Black with #8444EC
Text Example
Text Example
White with #8444EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8444EC; }
p { color: rgb(132,68,236); }
H1.HeaderClassName
{
color: #8444EC;
}
.AnyTagClassName
{
color: #8444EC;
}
</style>
background-color css
<style>
a { background-color: #8444EC; }
a { background-color: rgb(132,68,236); }
div.DivClassName
{
background-color: #8444EC;
}
.BgClassName
{
background-color: #8444EC;
}
</style>
border-color css
<style>
span { border-color: #8444EC; }
span { border-color: rgb(132,68,236); }
td.TdClassName
{
border-color: #8444EC;
}
.TagClassName
{
border-color: #8444EC;
}
</style>