Shades of Blue Violet #831AF2
Tints of Blue Violet #831AF2
RGB
CMYK
RGB Variations
Color information
#831AF2 (or 0x831AF2) is known color: Blue Violet. HEX triplet: 83, 1A and F2. RGB value is (131,26,242). Sum of RGB (Red+Green+Blue) = 131+26+242=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #831AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831AF2 is #7CE50D. Grayscale: #515151. Windows color (decimal): -8185102 or 15866499. OLE color: 15866499.
HSL color Cylindrical-coordinate representation of color #831AF2: hue angle of 269.17º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831AF2 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 26 | 242 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.05 |
| HSL | 269.17º | 0.89% | 0.53% | - |
| HSV(B) | 269.17º | 0.89% | 0.95% | - |
| XYZ | 25.76 | 11.97 | 84.96 | - |
| YUV | 82.02 | 218.29 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 242 | 0.46 | 0.89 | 0 | 0.05 | 269.17 | 0.89 | 0.53 |
| Hex | 83 | 1A | F2 | 2E | 59 | 0 | 5 | 10D | 59 | 35 |
| Octal | 203 | 32 | 362 | 56 | 131 | 0 | 5 | 415 | 131 | 65 |
| Binary | 10000011 | 11010 | 11110010 | 101110 | 1011001 | 0 | 101 | 100001101 | 1011001 | 110101 |
Color Harmonies of #831AF2
Complementary color
Monochromatic Colors of #831AF2
Black with #831AF2
Text Example
Text Example
White with #831AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831AF2; }
p { color: rgb(131,26,242); }
H1.HeaderClassName
{
color: #831AF2;
}
.AnyTagClassName
{
color: #831AF2;
}
</style>
background-color css
<style>
a { background-color: #831AF2; }
a { background-color: rgb(131,26,242); }
div.DivClassName
{
background-color: #831AF2;
}
.BgClassName
{
background-color: #831AF2;
}
</style>
border-color css
<style>
span { border-color: #831AF2; }
span { border-color: rgb(131,26,242); }
td.TdClassName
{
border-color: #831AF2;
}
.TagClassName
{
border-color: #831AF2;
}
</style>