Shades of Blue Violet #8410ED
Tints of Blue Violet #8410ED
RGB
CMYK
RGB Variations
Color information
#8410ED (or 0x8410ED) is known color: Blue Violet. HEX triplet: 84, 10 and ED. RGB value is (132,16,237). Sum of RGB (Red+Green+Blue) = 132+16+237=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #8410ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8410ED is #7BEF12. Grayscale: #4B4B4B. Windows color (decimal): -8122131 or 15536260. OLE color: 15536260.
HSL color Cylindrical-coordinate representation of color #8410ED: hue angle of 271.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8410ED is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 16 | 237 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.07 |
| HSL | 271.49º | 0.87% | 0.5% | - |
| HSV(B) | 271.49º | 0.93% | 0.93% | - |
| XYZ | 24.99 | 11.39 | 81 | - |
| YUV | 75.88 | 218.93 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 237 | 0.44 | 0.93 | 0 | 0.07 | 271.49 | 0.87 | 0.5 |
| Hex | 84 | 10 | ED | 2C | 5D | 0 | 7 | 10F | 57 | 32 |
| Octal | 204 | 20 | 355 | 54 | 135 | 0 | 7 | 417 | 127 | 62 |
| Binary | 10000100 | 10000 | 11101101 | 101100 | 1011101 | 0 | 111 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8410ED
Complementary color
Monochromatic Colors of #8410ED
Black with #8410ED
Text Example
Text Example
White with #8410ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410ED; }
p { color: rgb(132,16,237); }
H1.HeaderClassName
{
color: #8410ED;
}
.AnyTagClassName
{
color: #8410ED;
}
</style>
background-color css
<style>
a { background-color: #8410ED; }
a { background-color: rgb(132,16,237); }
div.DivClassName
{
background-color: #8410ED;
}
.BgClassName
{
background-color: #8410ED;
}
</style>
border-color css
<style>
span { border-color: #8410ED; }
span { border-color: rgb(132,16,237); }
td.TdClassName
{
border-color: #8410ED;
}
.TagClassName
{
border-color: #8410ED;
}
</style>