Shades of Blue Violet #831DEC
Tints of Blue Violet #831DEC
RGB
CMYK
RGB Variations
Color information
#831DEC (or 0x831DEC) is known color: Blue Violet. HEX triplet: 83, 1D and EC. RGB value is (131,29,236). Sum of RGB (Red+Green+Blue) = 131+29+236=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #831DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831DEC is #7CE213. Grayscale: #525252. Windows color (decimal): -8184340 or 15474051. OLE color: 15474051.
HSL color Cylindrical-coordinate representation of color #831DEC: hue angle of 269.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831DEC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 29 | 236 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.07 |
| HSL | 269.57º | 0.84% | 0.52% | - |
| HSV(B) | 269.57º | 0.88% | 0.93% | - |
| XYZ | 24.94 | 11.76 | 80.31 | - |
| YUV | 83.1 | 214.29 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 236 | 0.44 | 0.88 | 0 | 0.07 | 269.57 | 0.84 | 0.52 |
| Hex | 83 | 1D | EC | 2C | 58 | 0 | 7 | 10E | 54 | 34 |
| Octal | 203 | 35 | 354 | 54 | 130 | 0 | 7 | 416 | 124 | 64 |
| Binary | 10000011 | 11101 | 11101100 | 101100 | 1011000 | 0 | 111 | 100001110 | 1010100 | 110100 |
Color Harmonies of #831DEC
Complementary color
Monochromatic Colors of #831DEC
Black with #831DEC
Text Example
Text Example
White with #831DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DEC; }
p { color: rgb(131,29,236); }
H1.HeaderClassName
{
color: #831DEC;
}
.AnyTagClassName
{
color: #831DEC;
}
</style>
background-color css
<style>
a { background-color: #831DEC; }
a { background-color: rgb(131,29,236); }
div.DivClassName
{
background-color: #831DEC;
}
.BgClassName
{
background-color: #831DEC;
}
</style>
border-color css
<style>
span { border-color: #831DEC; }
span { border-color: rgb(131,29,236); }
td.TdClassName
{
border-color: #831DEC;
}
.TagClassName
{
border-color: #831DEC;
}
</style>