Shades of Blue Violet #8120EC
Tints of Blue Violet #8120EC
RGB
CMYK
RGB Variations
Color information
#8120EC (or 0x8120EC) is known color: Blue Violet. HEX triplet: 81, 20 and EC. RGB value is (129,32,236). Sum of RGB (Red+Green+Blue) = 129+32+236=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #8120EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8120EC is #7EDF13. Grayscale: #535353. Windows color (decimal): -8314644 or 15474817. OLE color: 15474817.
HSL color Cylindrical-coordinate representation of color #8120EC: hue angle of 268.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8120EC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 32 | 236 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.07 |
| HSL | 268.53º | 0.84% | 0.53% | - |
| HSV(B) | 268.53º | 0.86% | 0.93% | - |
| XYZ | 24.71 | 11.76 | 80.32 | - |
| YUV | 84.26 | 213.64 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 236 | 0.45 | 0.86 | 0 | 0.07 | 268.53 | 0.84 | 0.53 |
| Hex | 81 | 20 | EC | 2D | 56 | 0 | 7 | 10D | 54 | 35 |
| Octal | 201 | 40 | 354 | 55 | 126 | 0 | 7 | 415 | 124 | 65 |
| Binary | 10000001 | 100000 | 11101100 | 101101 | 1010110 | 0 | 111 | 100001101 | 1010100 | 110101 |
Color Harmonies of #8120EC
Complementary color
Monochromatic Colors of #8120EC
Black with #8120EC
Text Example
Text Example
White with #8120EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8120EC; }
p { color: rgb(129,32,236); }
H1.HeaderClassName
{
color: #8120EC;
}
.AnyTagClassName
{
color: #8120EC;
}
</style>
background-color css
<style>
a { background-color: #8120EC; }
a { background-color: rgb(129,32,236); }
div.DivClassName
{
background-color: #8120EC;
}
.BgClassName
{
background-color: #8120EC;
}
</style>
border-color css
<style>
span { border-color: #8120EC; }
span { border-color: rgb(129,32,236); }
td.TdClassName
{
border-color: #8120EC;
}
.TagClassName
{
border-color: #8120EC;
}
</style>