Shades of Blue Violet #8120EF
Tints of Blue Violet #8120EF
RGB
CMYK
RGB Variations
Color information
#8120EF (or 0x8120EF) is known color: Blue Violet. HEX triplet: 81, 20 and EF. RGB value is (129,32,239). Sum of RGB (Red+Green+Blue) = 129+32+239=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #8120EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8120EF is #7EDF10. Grayscale: #535353. Windows color (decimal): -8314641 or 15671425. OLE color: 15671425.
HSL color Cylindrical-coordinate representation of color #8120EF: hue angle of 268.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8120EF is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 32 | 239 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.06 |
| HSL | 268.12º | 0.87% | 0.53% | - |
| HSV(B) | 268.12º | 0.87% | 0.94% | - |
| XYZ | 25.15 | 11.93 | 82.64 | - |
| YUV | 84.6 | 215.14 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 239 | 0.46 | 0.87 | 0 | 0.06 | 268.12 | 0.87 | 0.53 |
| Hex | 81 | 20 | EF | 2E | 57 | 0 | 6 | 10C | 57 | 35 |
| Octal | 201 | 40 | 357 | 56 | 127 | 0 | 6 | 414 | 127 | 65 |
| Binary | 10000001 | 100000 | 11101111 | 101110 | 1010111 | 0 | 110 | 100001100 | 1010111 | 110101 |
Color Harmonies of #8120EF
Complementary color
Monochromatic Colors of #8120EF
Black with #8120EF
Text Example
Text Example
White with #8120EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8120EF; }
p { color: rgb(129,32,239); }
H1.HeaderClassName
{
color: #8120EF;
}
.AnyTagClassName
{
color: #8120EF;
}
</style>
background-color css
<style>
a { background-color: #8120EF; }
a { background-color: rgb(129,32,239); }
div.DivClassName
{
background-color: #8120EF;
}
.BgClassName
{
background-color: #8120EF;
}
</style>
border-color css
<style>
span { border-color: #8120EF; }
span { border-color: rgb(129,32,239); }
td.TdClassName
{
border-color: #8120EF;
}
.TagClassName
{
border-color: #8120EF;
}
</style>