Shades of Blue Violet #8411ED
Tints of Blue Violet #8411ED
RGB
CMYK
RGB Variations
Color information
#8411ED (or 0x8411ED) is known color: Blue Violet. HEX triplet: 84, 11 and ED. RGB value is (132,17,237). Sum of RGB (Red+Green+Blue) = 132+17+237=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #8411ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8411ED is #7BEE12. Grayscale: #4B4B4B. Windows color (decimal): -8121875 or 15536516. OLE color: 15536516.
HSL color Cylindrical-coordinate representation of color #8411ED: hue angle of 271.36º 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 #8411ED is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 17 | 237 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.07 |
| HSL | 271.36º | 0.87% | 0.5% | - |
| HSV(B) | 271.36º | 0.93% | 0.93% | - |
| XYZ | 25 | 11.42 | 81.01 | - |
| YUV | 76.47 | 218.6 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 237 | 0.44 | 0.93 | 0 | 0.07 | 271.36 | 0.87 | 0.5 |
| Hex | 84 | 11 | ED | 2C | 5D | 0 | 7 | 10F | 57 | 32 |
| Octal | 204 | 21 | 355 | 54 | 135 | 0 | 7 | 417 | 127 | 62 |
| Binary | 10000100 | 10001 | 11101101 | 101100 | 1011101 | 0 | 111 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8411ED
Complementary color
Monochromatic Colors of #8411ED
Black with #8411ED
Text Example
Text Example
White with #8411ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8411ED; }
p { color: rgb(132,17,237); }
H1.HeaderClassName
{
color: #8411ED;
}
.AnyTagClassName
{
color: #8411ED;
}
</style>
background-color css
<style>
a { background-color: #8411ED; }
a { background-color: rgb(132,17,237); }
div.DivClassName
{
background-color: #8411ED;
}
.BgClassName
{
background-color: #8411ED;
}
</style>
border-color css
<style>
span { border-color: #8411ED; }
span { border-color: rgb(132,17,237); }
td.TdClassName
{
border-color: #8411ED;
}
.TagClassName
{
border-color: #8411ED;
}
</style>