Shades of Blue Violet #8122EF
Tints of Blue Violet #8122EF
RGB
CMYK
RGB Variations
Color information
#8122EF (or 0x8122EF) is known color: Blue Violet. HEX triplet: 81, 22 and EF. RGB value is (129,34,239). Sum of RGB (Red+Green+Blue) = 129+34+239=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #8122EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8122EF is #7EDD10. Grayscale: #555555. Windows color (decimal): -8314129 or 15671937. OLE color: 15671937.
HSL color Cylindrical-coordinate representation of color #8122EF: hue angle of 267.8º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8122EF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 34 | 239 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.06 |
| HSL | 267.8º | 0.86% | 0.54% | - |
| HSV(B) | 267.8º | 0.86% | 0.94% | - |
| XYZ | 25.21 | 12.04 | 82.66 | - |
| YUV | 85.78 | 214.47 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 239 | 0.46 | 0.86 | 0 | 0.06 | 267.8 | 0.86 | 0.54 |
| Hex | 81 | 22 | EF | 2E | 56 | 0 | 6 | 10C | 56 | 36 |
| Octal | 201 | 42 | 357 | 56 | 126 | 0 | 6 | 414 | 126 | 66 |
| Binary | 10000001 | 100010 | 11101111 | 101110 | 1010110 | 0 | 110 | 100001100 | 1010110 | 110110 |
Color Harmonies of #8122EF
Complementary color
Monochromatic Colors of #8122EF
Black with #8122EF
Text Example
Text Example
White with #8122EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8122EF; }
p { color: rgb(129,34,239); }
H1.HeaderClassName
{
color: #8122EF;
}
.AnyTagClassName
{
color: #8122EF;
}
</style>
background-color css
<style>
a { background-color: #8122EF; }
a { background-color: rgb(129,34,239); }
div.DivClassName
{
background-color: #8122EF;
}
.BgClassName
{
background-color: #8122EF;
}
</style>
border-color css
<style>
span { border-color: #8122EF; }
span { border-color: rgb(129,34,239); }
td.TdClassName
{
border-color: #8122EF;
}
.TagClassName
{
border-color: #8122EF;
}
</style>