Shades of Blue Violet #8211ED
Tints of Blue Violet #8211ED
RGB
CMYK
RGB Variations
Color information
#8211ED (or 0x8211ED) is known color: Blue Violet. HEX triplet: 82, 11 and ED. RGB value is (130,17,237). Sum of RGB (Red+Green+Blue) = 130+17+237=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #8211ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211ED is #7DEE12. Grayscale: #4B4B4B. Windows color (decimal): -8252947 or 15536514. OLE color: 15536514.
HSL color Cylindrical-coordinate representation of color #8211ED: hue angle of 270.82º 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 #8211ED is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 17 | 237 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.07 |
| HSL | 270.82º | 0.87% | 0.5% | - |
| HSV(B) | 270.82º | 0.93% | 0.93% | - |
| XYZ | 24.69 | 11.26 | 80.99 | - |
| YUV | 75.87 | 218.94 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 237 | 0.45 | 0.93 | 0 | 0.07 | 270.82 | 0.87 | 0.5 |
| Hex | 82 | 11 | ED | 2D | 5D | 0 | 7 | 10F | 57 | 32 |
| Octal | 202 | 21 | 355 | 55 | 135 | 0 | 7 | 417 | 127 | 62 |
| Binary | 10000010 | 10001 | 11101101 | 101101 | 1011101 | 0 | 111 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8211ED
Complementary color
Monochromatic Colors of #8211ED
Black with #8211ED
Text Example
Text Example
White with #8211ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211ED; }
p { color: rgb(130,17,237); }
H1.HeaderClassName
{
color: #8211ED;
}
.AnyTagClassName
{
color: #8211ED;
}
</style>
background-color css
<style>
a { background-color: #8211ED; }
a { background-color: rgb(130,17,237); }
div.DivClassName
{
background-color: #8211ED;
}
.BgClassName
{
background-color: #8211ED;
}
</style>
border-color css
<style>
span { border-color: #8211ED; }
span { border-color: rgb(130,17,237); }
td.TdClassName
{
border-color: #8211ED;
}
.TagClassName
{
border-color: #8211ED;
}
</style>