Shades of Blue Violet #831AD3
Tints of Blue Violet #831AD3
RGB
CMYK
RGB Variations
Color information
#831AD3 (or 0x831AD3) is known color: Blue Violet. HEX triplet: 83, 1A and D3. RGB value is (131,26,211). Sum of RGB (Red+Green+Blue) = 131+26+211=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 211 (82.81% from 255 or 57.34% from 368); Max value from RGB is 211 - color contains mainly: blue. Hex color #831AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831AD3 is #7CE52C. Grayscale: #4D4D4D. Windows color (decimal): -8185133 or 13834883. OLE color: 13834883.
HSL color Cylindrical-coordinate representation of color #831AD3: hue angle of 274.05º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831AD3 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 26 | 211 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.17 |
| HSL | 274.05º | 0.78% | 0.46% | - |
| HSV(B) | 274.05º | 0.88% | 0.83% | - |
| XYZ | 21.49 | 10.27 | 62.48 | - |
| YUV | 78.49 | 202.79 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 211 | 0.38 | 0.88 | 0 | 0.17 | 274.05 | 0.78 | 0.46 |
| Hex | 83 | 1A | D3 | 26 | 58 | 0 | 11 | 112 | 4E | 2E |
| Octal | 203 | 32 | 323 | 46 | 130 | 0 | 21 | 422 | 116 | 56 |
| Binary | 10000011 | 11010 | 11010011 | 100110 | 1011000 | 0 | 10001 | 100010010 | 1001110 | 101110 |
Color Harmonies of #831AD3
Complementary color
Monochromatic Colors of #831AD3
Black with #831AD3
Text Example
Text Example
White with #831AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831AD3; }
p { color: rgb(131,26,211); }
H1.HeaderClassName
{
color: #831AD3;
}
.AnyTagClassName
{
color: #831AD3;
}
</style>
background-color css
<style>
a { background-color: #831AD3; }
a { background-color: rgb(131,26,211); }
div.DivClassName
{
background-color: #831AD3;
}
.BgClassName
{
background-color: #831AD3;
}
</style>
border-color css
<style>
span { border-color: #831AD3; }
span { border-color: rgb(131,26,211); }
td.TdClassName
{
border-color: #831AD3;
}
.TagClassName
{
border-color: #831AD3;
}
</style>