Shades of Blue Violet #8212EA
Tints of Blue Violet #8212EA
RGB
CMYK
RGB Variations
Color information
#8212EA (or 0x8212EA) is known color: Blue Violet. HEX triplet: 82, 12 and EA. RGB value is (130,18,234). Sum of RGB (Red+Green+Blue) = 130+18+234=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #8212EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8212EA is #7DED15. Grayscale: #4B4B4B. Windows color (decimal): -8252694 or 15340162. OLE color: 15340162.
HSL color Cylindrical-coordinate representation of color #8212EA: hue angle of 271.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8212EA is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 18 | 234 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.08 |
| HSL | 271.11º | 0.86% | 0.49% | - |
| HSV(B) | 271.11º | 0.92% | 0.92% | - |
| XYZ | 24.27 | 11.12 | 78.71 | - |
| YUV | 76.11 | 217.11 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 234 | 0.44 | 0.92 | 0 | 0.08 | 271.11 | 0.86 | 0.49 |
| Hex | 82 | 12 | EA | 2C | 5C | 0 | 8 | 10F | 56 | 31 |
| Octal | 202 | 22 | 352 | 54 | 134 | 0 | 10 | 417 | 126 | 61 |
| Binary | 10000010 | 10010 | 11101010 | 101100 | 1011100 | 0 | 1000 | 100001111 | 1010110 | 110001 |
Color Harmonies of #8212EA
Complementary color
Monochromatic Colors of #8212EA
Black with #8212EA
Text Example
Text Example
White with #8212EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212EA; }
p { color: rgb(130,18,234); }
H1.HeaderClassName
{
color: #8212EA;
}
.AnyTagClassName
{
color: #8212EA;
}
</style>
background-color css
<style>
a { background-color: #8212EA; }
a { background-color: rgb(130,18,234); }
div.DivClassName
{
background-color: #8212EA;
}
.BgClassName
{
background-color: #8212EA;
}
</style>
border-color css
<style>
span { border-color: #8212EA; }
span { border-color: rgb(130,18,234); }
td.TdClassName
{
border-color: #8212EA;
}
.TagClassName
{
border-color: #8212EA;
}
</style>