Shades of Blue Violet #8212EE
Tints of Blue Violet #8212EE
RGB
CMYK
RGB Variations
Color information
#8212EE (or 0x8212EE) is known color: Blue Violet. HEX triplet: 82, 12 and EE. RGB value is (130,18,238). Sum of RGB (Red+Green+Blue) = 130+18+238=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #8212EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8212EE is #7DED11. Grayscale: #4B4B4B. Windows color (decimal): -8252690 or 15602306. OLE color: 15602306.
HSL color Cylindrical-coordinate representation of color #8212EE: hue angle of 270.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8212EE is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 18 | 238 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.07 |
| HSL | 270.55º | 0.87% | 0.5% | - |
| HSV(B) | 270.55º | 0.92% | 0.93% | - |
| XYZ | 24.85 | 11.35 | 81.77 | - |
| YUV | 76.57 | 219.11 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 238 | 0.45 | 0.92 | 0 | 0.07 | 270.55 | 0.87 | 0.5 |
| Hex | 82 | 12 | EE | 2D | 5C | 0 | 7 | 10F | 57 | 32 |
| Octal | 202 | 22 | 356 | 55 | 134 | 0 | 7 | 417 | 127 | 62 |
| Binary | 10000010 | 10010 | 11101110 | 101101 | 1011100 | 0 | 111 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8212EE
Complementary color
Monochromatic Colors of #8212EE
Black with #8212EE
Text Example
Text Example
White with #8212EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212EE; }
p { color: rgb(130,18,238); }
H1.HeaderClassName
{
color: #8212EE;
}
.AnyTagClassName
{
color: #8212EE;
}
</style>
background-color css
<style>
a { background-color: #8212EE; }
a { background-color: rgb(130,18,238); }
div.DivClassName
{
background-color: #8212EE;
}
.BgClassName
{
background-color: #8212EE;
}
</style>
border-color css
<style>
span { border-color: #8212EE; }
span { border-color: rgb(130,18,238); }
td.TdClassName
{
border-color: #8212EE;
}
.TagClassName
{
border-color: #8212EE;
}
</style>