Shades of Blue Violet #831BFD
Tints of Blue Violet #831BFD
RGB
CMYK
RGB Variations
Color information
#831BFD (or 0x831BFD) is known color: Blue Violet. HEX triplet: 83, 1B and FD. RGB value is (131,27,253). Sum of RGB (Red+Green+Blue) = 131+27+253=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #831BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831BFD is #7CE402. Grayscale: #535353. Windows color (decimal): -8184835 or 16587651. OLE color: 16587651.
HSL color Cylindrical-coordinate representation of color #831BFD: hue angle of 267.61º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831BFD is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 27 | 253 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.01 |
| HSL | 267.61º | 0.98% | 0.55% | - |
| HSV(B) | 267.61º | 0.89% | 0.99% | - |
| XYZ | 27.48 | 12.7 | 93.93 | - |
| YUV | 83.86 | 223.46 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 253 | 0.48 | 0.89 | 0 | 0.01 | 267.61 | 0.98 | 0.55 |
| Hex | 83 | 1B | FD | 30 | 59 | 0 | 1 | 10C | 62 | 37 |
| Octal | 203 | 33 | 375 | 60 | 131 | 0 | 1 | 414 | 142 | 67 |
| Binary | 10000011 | 11011 | 11111101 | 110000 | 1011001 | 0 | 1 | 100001100 | 1100010 | 110111 |
Color Harmonies of #831BFD
Complementary color
Monochromatic Colors of #831BFD
Black with #831BFD
Text Example
Text Example
White with #831BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831BFD; }
p { color: rgb(131,27,253); }
H1.HeaderClassName
{
color: #831BFD;
}
.AnyTagClassName
{
color: #831BFD;
}
</style>
background-color css
<style>
a { background-color: #831BFD; }
a { background-color: rgb(131,27,253); }
div.DivClassName
{
background-color: #831BFD;
}
.BgClassName
{
background-color: #831BFD;
}
</style>
border-color css
<style>
span { border-color: #831BFD; }
span { border-color: rgb(131,27,253); }
td.TdClassName
{
border-color: #831BFD;
}
.TagClassName
{
border-color: #831BFD;
}
</style>