Shades of Blue Violet #831FDF
Tints of Blue Violet #831FDF
RGB
CMYK
RGB Variations
Color information
#831FDF (or 0x831FDF) is known color: Blue Violet. HEX triplet: 83, 1F and DF. RGB value is (131,31,223). Sum of RGB (Red+Green+Blue) = 131+31+223=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #831FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831FDF is #7CE020. Grayscale: #525252. Windows color (decimal): -8183841 or 14622595. OLE color: 14622595.
HSL color Cylindrical-coordinate representation of color #831FDF: hue angle of 271.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831FDF is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 31 | 223 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.13 |
| HSL | 271.25º | 0.76% | 0.5% | - |
| HSV(B) | 271.25º | 0.86% | 0.87% | - |
| XYZ | 23.17 | 11.13 | 70.74 | - |
| YUV | 82.79 | 207.13 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 223 | 0.41 | 0.86 | 0 | 0.13 | 271.25 | 0.76 | 0.5 |
| Hex | 83 | 1F | DF | 29 | 56 | 0 | D | 10F | 4C | 32 |
| Octal | 203 | 37 | 337 | 51 | 126 | 0 | 15 | 417 | 114 | 62 |
| Binary | 10000011 | 11111 | 11011111 | 101001 | 1010110 | 0 | 1101 | 100001111 | 1001100 | 110010 |
Color Harmonies of #831FDF
Complementary color
Monochromatic Colors of #831FDF
Black with #831FDF
Text Example
Text Example
White with #831FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831FDF; }
p { color: rgb(131,31,223); }
H1.HeaderClassName
{
color: #831FDF;
}
.AnyTagClassName
{
color: #831FDF;
}
</style>
background-color css
<style>
a { background-color: #831FDF; }
a { background-color: rgb(131,31,223); }
div.DivClassName
{
background-color: #831FDF;
}
.BgClassName
{
background-color: #831FDF;
}
</style>
border-color css
<style>
span { border-color: #831FDF; }
span { border-color: rgb(131,31,223); }
td.TdClassName
{
border-color: #831FDF;
}
.TagClassName
{
border-color: #831FDF;
}
</style>