Shades of Blue Violet #8210EE
Tints of Blue Violet #8210EE
RGB
CMYK
RGB Variations
Color information
#8210EE (or 0x8210EE) is known color: Blue Violet. HEX triplet: 82, 10 and EE. RGB value is (130,16,238). Sum of RGB (Red+Green+Blue) = 130+16+238=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #8210EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210EE is #7DEF11. Grayscale: #4A4A4A. Windows color (decimal): -8253202 or 15601794. OLE color: 15601794.
HSL color Cylindrical-coordinate representation of color #8210EE: hue angle of 270.81º 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 #8210EE is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 16 | 238 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.07 |
| HSL | 270.81º | 0.87% | 0.5% | - |
| HSV(B) | 270.81º | 0.93% | 0.93% | - |
| XYZ | 24.82 | 11.29 | 81.76 | - |
| YUV | 75.39 | 219.77 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 238 | 0.45 | 0.93 | 0 | 0.07 | 270.81 | 0.87 | 0.5 |
| Hex | 82 | 10 | EE | 2D | 5D | 0 | 7 | 10F | 57 | 32 |
| Octal | 202 | 20 | 356 | 55 | 135 | 0 | 7 | 417 | 127 | 62 |
| Binary | 10000010 | 10000 | 11101110 | 101101 | 1011101 | 0 | 111 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8210EE
Complementary color
Monochromatic Colors of #8210EE
Black with #8210EE
Text Example
Text Example
White with #8210EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210EE; }
p { color: rgb(130,16,238); }
H1.HeaderClassName
{
color: #8210EE;
}
.AnyTagClassName
{
color: #8210EE;
}
</style>
background-color css
<style>
a { background-color: #8210EE; }
a { background-color: rgb(130,16,238); }
div.DivClassName
{
background-color: #8210EE;
}
.BgClassName
{
background-color: #8210EE;
}
</style>
border-color css
<style>
span { border-color: #8210EE; }
span { border-color: rgb(130,16,238); }
td.TdClassName
{
border-color: #8210EE;
}
.TagClassName
{
border-color: #8210EE;
}
</style>