Shades of Blue Violet #831DFB
Tints of Blue Violet #831DFB
RGB
CMYK
RGB Variations
Color information
#831DFB (or 0x831DFB) is known color: Blue Violet. HEX triplet: 83, 1D and FB. RGB value is (131,29,251). Sum of RGB (Red+Green+Blue) = 131+29+251=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #831DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831DFB is #7CE204. Grayscale: #545454. Windows color (decimal): -8184325 or 16457091. OLE color: 16457091.
HSL color Cylindrical-coordinate representation of color #831DFB: hue angle of 267.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831DFB is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 29 | 251 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.02 |
| HSL | 267.57º | 0.97% | 0.55% | - |
| HSV(B) | 267.57º | 0.88% | 0.98% | - |
| XYZ | 27.21 | 12.67 | 92.28 | - |
| YUV | 84.81 | 221.79 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 251 | 0.48 | 0.88 | 0 | 0.02 | 267.57 | 0.97 | 0.55 |
| Hex | 83 | 1D | FB | 30 | 58 | 0 | 2 | 10C | 61 | 37 |
| Octal | 203 | 35 | 373 | 60 | 130 | 0 | 2 | 414 | 141 | 67 |
| Binary | 10000011 | 11101 | 11111011 | 110000 | 1011000 | 0 | 10 | 100001100 | 1100001 | 110111 |
Color Harmonies of #831DFB
Complementary color
Monochromatic Colors of #831DFB
Black with #831DFB
Text Example
Text Example
White with #831DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DFB; }
p { color: rgb(131,29,251); }
H1.HeaderClassName
{
color: #831DFB;
}
.AnyTagClassName
{
color: #831DFB;
}
</style>
background-color css
<style>
a { background-color: #831DFB; }
a { background-color: rgb(131,29,251); }
div.DivClassName
{
background-color: #831DFB;
}
.BgClassName
{
background-color: #831DFB;
}
</style>
border-color css
<style>
span { border-color: #831DFB; }
span { border-color: rgb(131,29,251); }
td.TdClassName
{
border-color: #831DFB;
}
.TagClassName
{
border-color: #831DFB;
}
</style>