Shades of Blue Violet #831FFE
Tints of Blue Violet #831FFE
RGB
CMYK
RGB Variations
Color information
#831FFE (or 0x831FFE) is known color: Blue Violet. HEX triplet: 83, 1F and FE. RGB value is (131,31,254). Sum of RGB (Red+Green+Blue) = 131+31+254=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #831FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831FFE is #7CE001. Grayscale: #555555. Windows color (decimal): -8183810 or 16654211. OLE color: 16654211.
HSL color Cylindrical-coordinate representation of color #831FFE: hue angle of 266.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831FFE is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 31 | 254 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.00 |
| HSL | 266.91º | 0.99% | 0.56% | - |
| HSV(B) | 266.91º | 0.88% | 1% | - |
| XYZ | 27.74 | 12.96 | 94.81 | - |
| YUV | 86.32 | 222.63 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 254 | 0.48 | 0.88 | 0 | 0.00 | 266.91 | 0.99 | 0.56 |
| Hex | 83 | 1F | FE | 30 | 58 | 0 | 0 | 10B | 63 | 38 |
| Octal | 203 | 37 | 376 | 60 | 130 | 0 | 0 | 413 | 143 | 70 |
| Binary | 10000011 | 11111 | 11111110 | 110000 | 1011000 | 0 | 0 | 100001011 | 1100011 | 111000 |
Color Harmonies of #831FFE
Complementary color
Monochromatic Colors of #831FFE
Black with #831FFE
Text Example
Text Example
White with #831FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831FFE; }
p { color: rgb(131,31,254); }
H1.HeaderClassName
{
color: #831FFE;
}
.AnyTagClassName
{
color: #831FFE;
}
</style>
background-color css
<style>
a { background-color: #831FFE; }
a { background-color: rgb(131,31,254); }
div.DivClassName
{
background-color: #831FFE;
}
.BgClassName
{
background-color: #831FFE;
}
</style>
border-color css
<style>
span { border-color: #831FFE; }
span { border-color: rgb(131,31,254); }
td.TdClassName
{
border-color: #831FFE;
}
.TagClassName
{
border-color: #831FFE;
}
</style>