Shades of Blue Violet #831FEA
Tints of Blue Violet #831FEA
RGB
CMYK
RGB Variations
Color information
#831FEA (or 0x831FEA) is known color: Blue Violet. HEX triplet: 83, 1F and EA. RGB value is (131,31,234). Sum of RGB (Red+Green+Blue) = 131+31+234=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #831FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831FEA is #7CE015. Grayscale: #535353. Windows color (decimal): -8183830 or 15343491. OLE color: 15343491.
HSL color Cylindrical-coordinate representation of color #831FEA: hue angle of 269.56º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831FEA is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 31 | 234 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.08 |
| HSL | 269.56º | 0.83% | 0.52% | - |
| HSV(B) | 269.56º | 0.87% | 0.92% | - |
| XYZ | 24.7 | 11.75 | 78.81 | - |
| YUV | 84.04 | 212.63 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 234 | 0.44 | 0.87 | 0 | 0.08 | 269.56 | 0.83 | 0.52 |
| Hex | 83 | 1F | EA | 2C | 57 | 0 | 8 | 10E | 53 | 34 |
| Octal | 203 | 37 | 352 | 54 | 127 | 0 | 10 | 416 | 123 | 64 |
| Binary | 10000011 | 11111 | 11101010 | 101100 | 1010111 | 0 | 1000 | 100001110 | 1010011 | 110100 |
Color Harmonies of #831FEA
Complementary color
Monochromatic Colors of #831FEA
Black with #831FEA
Text Example
Text Example
White with #831FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831FEA; }
p { color: rgb(131,31,234); }
H1.HeaderClassName
{
color: #831FEA;
}
.AnyTagClassName
{
color: #831FEA;
}
</style>
background-color css
<style>
a { background-color: #831FEA; }
a { background-color: rgb(131,31,234); }
div.DivClassName
{
background-color: #831FEA;
}
.BgClassName
{
background-color: #831FEA;
}
</style>
border-color css
<style>
span { border-color: #831FEA; }
span { border-color: rgb(131,31,234); }
td.TdClassName
{
border-color: #831FEA;
}
.TagClassName
{
border-color: #831FEA;
}
</style>