Shades of Blue Violet #8131EC
Tints of Blue Violet #8131EC
RGB
CMYK
RGB Variations
Color information
#8131EC (or 0x8131EC) is known color: Blue Violet. HEX triplet: 81, 31 and EC. RGB value is (129,49,236). Sum of RGB (Red+Green+Blue) = 129+49+236=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #8131EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8131EC is #7ECE13. Grayscale: #5D5D5D. Windows color (decimal): -8310292 or 15479169. OLE color: 15479169.
HSL color Cylindrical-coordinate representation of color #8131EC: hue angle of 265.67º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8131EC is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 49 | 236 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.07 |
| HSL | 265.67º | 0.83% | 0.56% | - |
| HSV(B) | 265.67º | 0.79% | 0.93% | - |
| XYZ | 25.29 | 12.92 | 80.52 | - |
| YUV | 94.24 | 208 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 236 | 0.45 | 0.79 | 0 | 0.07 | 265.67 | 0.83 | 0.56 |
| Hex | 81 | 31 | EC | 2D | 4F | 0 | 7 | 10A | 53 | 38 |
| Octal | 201 | 61 | 354 | 55 | 117 | 0 | 7 | 412 | 123 | 70 |
| Binary | 10000001 | 110001 | 11101100 | 101101 | 1001111 | 0 | 111 | 100001010 | 1010011 | 111000 |
Color Harmonies of #8131EC
Complementary color
Monochromatic Colors of #8131EC
Black with #8131EC
Text Example
Text Example
White with #8131EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8131EC; }
p { color: rgb(129,49,236); }
H1.HeaderClassName
{
color: #8131EC;
}
.AnyTagClassName
{
color: #8131EC;
}
</style>
background-color css
<style>
a { background-color: #8131EC; }
a { background-color: rgb(129,49,236); }
div.DivClassName
{
background-color: #8131EC;
}
.BgClassName
{
background-color: #8131EC;
}
</style>
border-color css
<style>
span { border-color: #8131EC; }
span { border-color: rgb(129,49,236); }
td.TdClassName
{
border-color: #8131EC;
}
.TagClassName
{
border-color: #8131EC;
}
</style>