Shades of Blue Violet #831BFA
Tints of Blue Violet #831BFA
RGB
CMYK
RGB Variations
Color information
#831BFA (or 0x831BFA) is known color: Blue Violet. HEX triplet: 83, 1B and FA. RGB value is (131,27,250). Sum of RGB (Red+Green+Blue) = 131+27+250=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #831BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831BFA is #7CE405. Grayscale: #525252. Windows color (decimal): -8184838 or 16391043. OLE color: 16391043.
HSL color Cylindrical-coordinate representation of color #831BFA: hue angle of 267.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831BFA is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 27 | 250 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.02 |
| HSL | 267.98º | 0.96% | 0.54% | - |
| HSV(B) | 267.98º | 0.89% | 0.98% | - |
| XYZ | 27.01 | 12.51 | 91.43 | - |
| YUV | 83.52 | 221.96 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 250 | 0.48 | 0.89 | 0 | 0.02 | 267.98 | 0.96 | 0.54 |
| Hex | 83 | 1B | FA | 30 | 59 | 0 | 2 | 10C | 60 | 36 |
| Octal | 203 | 33 | 372 | 60 | 131 | 0 | 2 | 414 | 140 | 66 |
| Binary | 10000011 | 11011 | 11111010 | 110000 | 1011001 | 0 | 10 | 100001100 | 1100000 | 110110 |
Color Harmonies of #831BFA
Complementary color
Monochromatic Colors of #831BFA
Black with #831BFA
Text Example
Text Example
White with #831BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831BFA; }
p { color: rgb(131,27,250); }
H1.HeaderClassName
{
color: #831BFA;
}
.AnyTagClassName
{
color: #831BFA;
}
</style>
background-color css
<style>
a { background-color: #831BFA; }
a { background-color: rgb(131,27,250); }
div.DivClassName
{
background-color: #831BFA;
}
.BgClassName
{
background-color: #831BFA;
}
</style>
border-color css
<style>
span { border-color: #831BFA; }
span { border-color: rgb(131,27,250); }
td.TdClassName
{
border-color: #831BFA;
}
.TagClassName
{
border-color: #831BFA;
}
</style>