Shades of Blue Violet #831FFF
Tints of Blue Violet #831FFF
RGB
CMYK
RGB Variations
Color information
#831FFF (or 0x831FFF) is known color: Blue Violet. HEX triplet: 83, 1F and FF. RGB value is (131,31,255). Sum of RGB (Red+Green+Blue) = 131+31+255=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #831FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831FFF is #7CE000. Grayscale: #555555. Windows color (decimal): -8183809 or 16719747. OLE color: 16719747.
HSL color Cylindrical-coordinate representation of color #831FFF: hue angle of 266.79º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831FFF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 31 | 255 | - |
| CMYK | 0.49 | 0.88 | 0 | 0 |
| HSL | 266.79º | 1% | 0.56% | - |
| HSV(B) | 266.79º | 0.88% | 1% | - |
| XYZ | 27.9 | 13.03 | 95.65 | - |
| YUV | 86.44 | 223.13 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 255 | 0.49 | 0.88 | 0 | 0 | 266.79 | 1 | 0.56 |
| Hex | 83 | 1F | FF | 31 | 58 | 0 | 0 | 10B | 64 | 38 |
| Octal | 203 | 37 | 377 | 61 | 130 | 0 | 0 | 413 | 144 | 70 |
| Binary | 10000011 | 11111 | 11111111 | 110001 | 1011000 | 0 | 0 | 100001011 | 1100100 | 111000 |
Color Harmonies of #831FFF
Complementary color
Monochromatic Colors of #831FFF
Black with #831FFF
Text Example
Text Example
White with #831FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831FFF; }
p { color: rgb(131,31,255); }
H1.HeaderClassName
{
color: #831FFF;
}
.AnyTagClassName
{
color: #831FFF;
}
</style>
background-color css
<style>
a { background-color: #831FFF; }
a { background-color: rgb(131,31,255); }
div.DivClassName
{
background-color: #831FFF;
}
.BgClassName
{
background-color: #831FFF;
}
</style>
border-color css
<style>
span { border-color: #831FFF; }
span { border-color: rgb(131,31,255); }
td.TdClassName
{
border-color: #831FFF;
}
.TagClassName
{
border-color: #831FFF;
}
</style>