Shades of Blue Violet #831ED3
Tints of Blue Violet #831ED3
RGB
CMYK
RGB Variations
Color information
#831ED3 (or 0x831ED3) is known color: Blue Violet. HEX triplet: 83, 1E and D3. RGB value is (131,30,211). Sum of RGB (Red+Green+Blue) = 131+30+211=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 211 (82.81% from 255 or 56.72% from 372); Max value from RGB is 211 - color contains mainly: blue. Hex color #831ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ED3 is #7CE12C. Grayscale: #505050. Windows color (decimal): -8184109 or 13835907. OLE color: 13835907.
HSL color Cylindrical-coordinate representation of color #831ED3: hue angle of 273.48º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831ED3 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 30 | 211 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.17 |
| HSL | 273.48º | 0.75% | 0.47% | - |
| HSV(B) | 273.48º | 0.86% | 0.83% | - |
| XYZ | 21.58 | 10.46 | 62.51 | - |
| YUV | 80.83 | 201.46 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 211 | 0.38 | 0.86 | 0 | 0.17 | 273.48 | 0.75 | 0.47 |
| Hex | 83 | 1E | D3 | 26 | 56 | 0 | 11 | 111 | 4B | 2F |
| Octal | 203 | 36 | 323 | 46 | 126 | 0 | 21 | 421 | 113 | 57 |
| Binary | 10000011 | 11110 | 11010011 | 100110 | 1010110 | 0 | 10001 | 100010001 | 1001011 | 101111 |
Color Harmonies of #831ED3
Complementary color
Monochromatic Colors of #831ED3
Black with #831ED3
Text Example
Text Example
White with #831ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831ED3; }
p { color: rgb(131,30,211); }
H1.HeaderClassName
{
color: #831ED3;
}
.AnyTagClassName
{
color: #831ED3;
}
</style>
background-color css
<style>
a { background-color: #831ED3; }
a { background-color: rgb(131,30,211); }
div.DivClassName
{
background-color: #831ED3;
}
.BgClassName
{
background-color: #831ED3;
}
</style>
border-color css
<style>
span { border-color: #831ED3; }
span { border-color: rgb(131,30,211); }
td.TdClassName
{
border-color: #831ED3;
}
.TagClassName
{
border-color: #831ED3;
}
</style>