Shades of Blue Violet #8410EC
Tints of Blue Violet #8410EC
RGB
CMYK
RGB Variations
Color information
#8410EC (or 0x8410EC) is known color: Blue Violet. HEX triplet: 84, 10 and EC. RGB value is (132,16,236). Sum of RGB (Red+Green+Blue) = 132+16+236=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #8410EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8410EC is #7BEF13. Grayscale: #4B4B4B. Windows color (decimal): -8122132 or 15470724. OLE color: 15470724.
HSL color Cylindrical-coordinate representation of color #8410EC: hue angle of 271.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8410EC is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 16 | 236 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.07 |
| HSL | 271.64º | 0.87% | 0.49% | - |
| HSV(B) | 271.64º | 0.93% | 0.93% | - |
| XYZ | 24.84 | 11.33 | 80.23 | - |
| YUV | 75.76 | 218.43 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 236 | 0.44 | 0.93 | 0 | 0.07 | 271.64 | 0.87 | 0.49 |
| Hex | 84 | 10 | EC | 2C | 5D | 0 | 7 | 110 | 57 | 31 |
| Octal | 204 | 20 | 354 | 54 | 135 | 0 | 7 | 420 | 127 | 61 |
| Binary | 10000100 | 10000 | 11101100 | 101100 | 1011101 | 0 | 111 | 100010000 | 1010111 | 110001 |
Color Harmonies of #8410EC
Complementary color
Monochromatic Colors of #8410EC
Black with #8410EC
Text Example
Text Example
White with #8410EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410EC; }
p { color: rgb(132,16,236); }
H1.HeaderClassName
{
color: #8410EC;
}
.AnyTagClassName
{
color: #8410EC;
}
</style>
background-color css
<style>
a { background-color: #8410EC; }
a { background-color: rgb(132,16,236); }
div.DivClassName
{
background-color: #8410EC;
}
.BgClassName
{
background-color: #8410EC;
}
</style>
border-color css
<style>
span { border-color: #8410EC; }
span { border-color: rgb(132,16,236); }
td.TdClassName
{
border-color: #8410EC;
}
.TagClassName
{
border-color: #8410EC;
}
</style>