Shades of Blue Violet #831EED
Tints of Blue Violet #831EED
RGB
CMYK
RGB Variations
Color information
#831EED (or 0x831EED) is known color: Blue Violet. HEX triplet: 83, 1E and ED. RGB value is (131,30,237). Sum of RGB (Red+Green+Blue) = 131+30+237=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #831EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EED is #7CE112. Grayscale: #535353. Windows color (decimal): -8184083 or 15539843. OLE color: 15539843.
HSL color Cylindrical-coordinate representation of color #831EED: hue angle of 269.28º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831EED is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 30 | 237 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.07 |
| HSL | 269.28º | 0.85% | 0.52% | - |
| HSV(B) | 269.28º | 0.87% | 0.93% | - |
| XYZ | 25.11 | 11.87 | 81.09 | - |
| YUV | 83.8 | 214.46 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 237 | 0.45 | 0.87 | 0 | 0.07 | 269.28 | 0.85 | 0.52 |
| Hex | 83 | 1E | ED | 2D | 57 | 0 | 7 | 10D | 55 | 34 |
| Octal | 203 | 36 | 355 | 55 | 127 | 0 | 7 | 415 | 125 | 64 |
| Binary | 10000011 | 11110 | 11101101 | 101101 | 1010111 | 0 | 111 | 100001101 | 1010101 | 110100 |
Color Harmonies of #831EED
Complementary color
Monochromatic Colors of #831EED
Black with #831EED
Text Example
Text Example
White with #831EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EED; }
p { color: rgb(131,30,237); }
H1.HeaderClassName
{
color: #831EED;
}
.AnyTagClassName
{
color: #831EED;
}
</style>
background-color css
<style>
a { background-color: #831EED; }
a { background-color: rgb(131,30,237); }
div.DivClassName
{
background-color: #831EED;
}
.BgClassName
{
background-color: #831EED;
}
</style>
border-color css
<style>
span { border-color: #831EED; }
span { border-color: rgb(131,30,237); }
td.TdClassName
{
border-color: #831EED;
}
.TagClassName
{
border-color: #831EED;
}
</style>