Shades of Blue Violet #831EDB
Tints of Blue Violet #831EDB
RGB
CMYK
RGB Variations
Color information
#831EDB (or 0x831EDB) is known color: Blue Violet. HEX triplet: 83, 1E and DB. RGB value is (131,30,219). Sum of RGB (Red+Green+Blue) = 131+30+219=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #831EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EDB is #7CE124. Grayscale: #515151. Windows color (decimal): -8184101 or 14360195. OLE color: 14360195.
HSL color Cylindrical-coordinate representation of color #831EDB: hue angle of 272.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831EDB is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 30 | 219 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.14 |
| HSL | 272.06º | 0.76% | 0.49% | - |
| HSV(B) | 272.06º | 0.86% | 0.86% | - |
| XYZ | 22.61 | 10.87 | 67.92 | - |
| YUV | 81.75 | 205.46 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 219 | 0.40 | 0.86 | 0 | 0.14 | 272.06 | 0.76 | 0.49 |
| Hex | 83 | 1E | DB | 28 | 56 | 0 | E | 110 | 4C | 31 |
| Octal | 203 | 36 | 333 | 50 | 126 | 0 | 16 | 420 | 114 | 61 |
| Binary | 10000011 | 11110 | 11011011 | 101000 | 1010110 | 0 | 1110 | 100010000 | 1001100 | 110001 |
Color Harmonies of #831EDB
Complementary color
Monochromatic Colors of #831EDB
Black with #831EDB
Text Example
Text Example
White with #831EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EDB; }
p { color: rgb(131,30,219); }
H1.HeaderClassName
{
color: #831EDB;
}
.AnyTagClassName
{
color: #831EDB;
}
</style>
background-color css
<style>
a { background-color: #831EDB; }
a { background-color: rgb(131,30,219); }
div.DivClassName
{
background-color: #831EDB;
}
.BgClassName
{
background-color: #831EDB;
}
</style>
border-color css
<style>
span { border-color: #831EDB; }
span { border-color: rgb(131,30,219); }
td.TdClassName
{
border-color: #831EDB;
}
.TagClassName
{
border-color: #831EDB;
}
</style>