Shades of Blue Violet #831FED
Tints of Blue Violet #831FED
RGB
CMYK
RGB Variations
Color information
#831FED (or 0x831FED) is known color: Blue Violet. HEX triplet: 83, 1F and ED. RGB value is (131,31,237). Sum of RGB (Red+Green+Blue) = 131+31+237=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #831FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831FED is #7CE012. Grayscale: #535353. Windows color (decimal): -8183827 or 15540099. OLE color: 15540099.
HSL color Cylindrical-coordinate representation of color #831FED: hue angle of 269.13º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831FED is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 31 | 237 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.07 |
| HSL | 269.13º | 0.85% | 0.53% | - |
| HSV(B) | 269.13º | 0.87% | 0.93% | - |
| XYZ | 25.14 | 11.92 | 81.1 | - |
| YUV | 84.38 | 214.13 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 237 | 0.45 | 0.87 | 0 | 0.07 | 269.13 | 0.85 | 0.53 |
| Hex | 83 | 1F | ED | 2D | 57 | 0 | 7 | 10D | 55 | 35 |
| Octal | 203 | 37 | 355 | 55 | 127 | 0 | 7 | 415 | 125 | 65 |
| Binary | 10000011 | 11111 | 11101101 | 101101 | 1010111 | 0 | 111 | 100001101 | 1010101 | 110101 |
Color Harmonies of #831FED
Complementary color
Monochromatic Colors of #831FED
Black with #831FED
Text Example
Text Example
White with #831FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831FED; }
p { color: rgb(131,31,237); }
H1.HeaderClassName
{
color: #831FED;
}
.AnyTagClassName
{
color: #831FED;
}
</style>
background-color css
<style>
a { background-color: #831FED; }
a { background-color: rgb(131,31,237); }
div.DivClassName
{
background-color: #831FED;
}
.BgClassName
{
background-color: #831FED;
}
</style>
border-color css
<style>
span { border-color: #831FED; }
span { border-color: rgb(131,31,237); }
td.TdClassName
{
border-color: #831FED;
}
.TagClassName
{
border-color: #831FED;
}
</style>