Shades of Blue Violet #8211EB
Tints of Blue Violet #8211EB
RGB
CMYK
RGB Variations
Color information
#8211EB (or 0x8211EB) is known color: Blue Violet. HEX triplet: 82, 11 and EB. RGB value is (130,17,235). Sum of RGB (Red+Green+Blue) = 130+17+235=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #8211EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211EB is #7DEE14. Grayscale: #4A4A4A. Windows color (decimal): -8252949 or 15405442. OLE color: 15405442.
HSL color Cylindrical-coordinate representation of color #8211EB: hue angle of 271.1º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8211EB is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 17 | 235 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.08 |
| HSL | 271.1º | 0.87% | 0.49% | - |
| HSV(B) | 271.1º | 0.93% | 0.92% | - |
| XYZ | 24.4 | 11.14 | 79.46 | - |
| YUV | 75.64 | 217.94 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 235 | 0.45 | 0.93 | 0 | 0.08 | 271.1 | 0.87 | 0.49 |
| Hex | 82 | 11 | EB | 2D | 5D | 0 | 8 | 10F | 57 | 31 |
| Octal | 202 | 21 | 353 | 55 | 135 | 0 | 10 | 417 | 127 | 61 |
| Binary | 10000010 | 10001 | 11101011 | 101101 | 1011101 | 0 | 1000 | 100001111 | 1010111 | 110001 |
Color Harmonies of #8211EB
Complementary color
Monochromatic Colors of #8211EB
Black with #8211EB
Text Example
Text Example
White with #8211EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211EB; }
p { color: rgb(130,17,235); }
H1.HeaderClassName
{
color: #8211EB;
}
.AnyTagClassName
{
color: #8211EB;
}
</style>
background-color css
<style>
a { background-color: #8211EB; }
a { background-color: rgb(130,17,235); }
div.DivClassName
{
background-color: #8211EB;
}
.BgClassName
{
background-color: #8211EB;
}
</style>
border-color css
<style>
span { border-color: #8211EB; }
span { border-color: rgb(130,17,235); }
td.TdClassName
{
border-color: #8211EB;
}
.TagClassName
{
border-color: #8211EB;
}
</style>