Shades of Blue Violet #831CFA
Tints of Blue Violet #831CFA
RGB
CMYK
RGB Variations
Color information
#831CFA (or 0x831CFA) is known color: Blue Violet. HEX triplet: 83, 1C and FA. RGB value is (131,28,250). Sum of RGB (Red+Green+Blue) = 131+28+250=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #831CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CFA is #7CE305. Grayscale: #535353. Windows color (decimal): -8184582 or 16391299. OLE color: 16391299.
HSL color Cylindrical-coordinate representation of color #831CFA: hue angle of 267.84º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831CFA is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 28 | 250 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.02 |
| HSL | 267.84º | 0.96% | 0.55% | - |
| HSV(B) | 267.84º | 0.89% | 0.98% | - |
| XYZ | 27.03 | 12.56 | 91.44 | - |
| YUV | 84.11 | 221.62 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 250 | 0.48 | 0.89 | 0 | 0.02 | 267.84 | 0.96 | 0.55 |
| Hex | 83 | 1C | FA | 30 | 59 | 0 | 2 | 10C | 60 | 37 |
| Octal | 203 | 34 | 372 | 60 | 131 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10000011 | 11100 | 11111010 | 110000 | 1011001 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #831CFA
Complementary color
Monochromatic Colors of #831CFA
Black with #831CFA
Text Example
Text Example
White with #831CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CFA; }
p { color: rgb(131,28,250); }
H1.HeaderClassName
{
color: #831CFA;
}
.AnyTagClassName
{
color: #831CFA;
}
</style>
background-color css
<style>
a { background-color: #831CFA; }
a { background-color: rgb(131,28,250); }
div.DivClassName
{
background-color: #831CFA;
}
.BgClassName
{
background-color: #831CFA;
}
</style>
border-color css
<style>
span { border-color: #831CFA; }
span { border-color: rgb(131,28,250); }
td.TdClassName
{
border-color: #831CFA;
}
.TagClassName
{
border-color: #831CFA;
}
</style>