Shades of Blue Violet #831FDE
Tints of Blue Violet #831FDE
RGB
CMYK
RGB Variations
Color information
#831FDE (or 0x831FDE) is known color: Blue Violet. HEX triplet: 83, 1F and DE. RGB value is (131,31,222). Sum of RGB (Red+Green+Blue) = 131+31+222=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #831FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831FDE is #7CE021. Grayscale: #525252. Windows color (decimal): -8183842 or 14557059. OLE color: 14557059.
HSL color Cylindrical-coordinate representation of color #831FDE: hue angle of 271.41º degrees, saturation: 0.75, 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 #831FDE is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 31 | 222 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.13 |
| HSL | 271.41º | 0.75% | 0.5% | - |
| HSV(B) | 271.41º | 0.86% | 0.87% | - |
| XYZ | 23.03 | 11.08 | 70.03 | - |
| YUV | 82.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 222 | 0.41 | 0.86 | 0 | 0.13 | 271.41 | 0.75 | 0.5 |
| Hex | 83 | 1F | DE | 29 | 56 | 0 | D | 10F | 4B | 32 |
| Octal | 203 | 37 | 336 | 51 | 126 | 0 | 15 | 417 | 113 | 62 |
| Binary | 10000011 | 11111 | 11011110 | 101001 | 1010110 | 0 | 1101 | 100001111 | 1001011 | 110010 |
Color Harmonies of #831FDE
Complementary color
Monochromatic Colors of #831FDE
Black with #831FDE
Text Example
Text Example
White with #831FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831FDE; }
p { color: rgb(131,31,222); }
H1.HeaderClassName
{
color: #831FDE;
}
.AnyTagClassName
{
color: #831FDE;
}
</style>
background-color css
<style>
a { background-color: #831FDE; }
a { background-color: rgb(131,31,222); }
div.DivClassName
{
background-color: #831FDE;
}
.BgClassName
{
background-color: #831FDE;
}
</style>
border-color css
<style>
span { border-color: #831FDE; }
span { border-color: rgb(131,31,222); }
td.TdClassName
{
border-color: #831FDE;
}
.TagClassName
{
border-color: #831FDE;
}
</style>