Shades of Blue Violet #831AD1
Tints of Blue Violet #831AD1
RGB
CMYK
RGB Variations
Color information
#831AD1 (or 0x831AD1) is known color: Blue Violet. HEX triplet: 83, 1A and D1. RGB value is (131,26,209). Sum of RGB (Red+Green+Blue) = 131+26+209=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #831AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831AD1 is #7CE52E. Grayscale: #4D4D4D. Windows color (decimal): -8185135 or 13703811. OLE color: 13703811.
HSL color Cylindrical-coordinate representation of color #831AD1: hue angle of 274.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831AD1 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 26 | 209 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.18 |
| HSL | 274.43º | 0.78% | 0.46% | - |
| HSV(B) | 274.43º | 0.88% | 0.82% | - |
| XYZ | 21.24 | 10.17 | 61.16 | - |
| YUV | 78.26 | 201.79 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 209 | 0.37 | 0.88 | 0 | 0.18 | 274.43 | 0.78 | 0.46 |
| Hex | 83 | 1A | D1 | 25 | 58 | 0 | 12 | 112 | 4E | 2E |
| Octal | 203 | 32 | 321 | 45 | 130 | 0 | 22 | 422 | 116 | 56 |
| Binary | 10000011 | 11010 | 11010001 | 100101 | 1011000 | 0 | 10010 | 100010010 | 1001110 | 101110 |
Color Harmonies of #831AD1
Complementary color
Monochromatic Colors of #831AD1
Black with #831AD1
Text Example
Text Example
White with #831AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831AD1; }
p { color: rgb(131,26,209); }
H1.HeaderClassName
{
color: #831AD1;
}
.AnyTagClassName
{
color: #831AD1;
}
</style>
background-color css
<style>
a { background-color: #831AD1; }
a { background-color: rgb(131,26,209); }
div.DivClassName
{
background-color: #831AD1;
}
.BgClassName
{
background-color: #831AD1;
}
</style>
border-color css
<style>
span { border-color: #831AD1; }
span { border-color: rgb(131,26,209); }
td.TdClassName
{
border-color: #831AD1;
}
.TagClassName
{
border-color: #831AD1;
}
</style>