Shades of Blue Violet #831DDB
Tints of Blue Violet #831DDB
RGB
CMYK
RGB Variations
Color information
#831DDB (or 0x831DDB) is known color: Blue Violet. HEX triplet: 83, 1D and DB. RGB value is (131,29,219). Sum of RGB (Red+Green+Blue) = 131+29+219=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #831DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DDB is #7CE224. Grayscale: #505050. Windows color (decimal): -8184357 or 14359939. OLE color: 14359939.
HSL color Cylindrical-coordinate representation of color #831DDB: hue angle of 272.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831DDB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 29 | 219 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.14 |
| HSL | 272.21º | 0.77% | 0.49% | - |
| HSV(B) | 272.21º | 0.87% | 0.86% | - |
| XYZ | 22.59 | 10.82 | 67.92 | - |
| YUV | 81.16 | 205.79 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 219 | 0.40 | 0.87 | 0 | 0.14 | 272.21 | 0.77 | 0.49 |
| Hex | 83 | 1D | DB | 28 | 57 | 0 | E | 110 | 4D | 31 |
| Octal | 203 | 35 | 333 | 50 | 127 | 0 | 16 | 420 | 115 | 61 |
| Binary | 10000011 | 11101 | 11011011 | 101000 | 1010111 | 0 | 1110 | 100010000 | 1001101 | 110001 |
Color Harmonies of #831DDB
Complementary color
Monochromatic Colors of #831DDB
Black with #831DDB
Text Example
Text Example
White with #831DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DDB; }
p { color: rgb(131,29,219); }
H1.HeaderClassName
{
color: #831DDB;
}
.AnyTagClassName
{
color: #831DDB;
}
</style>
background-color css
<style>
a { background-color: #831DDB; }
a { background-color: rgb(131,29,219); }
div.DivClassName
{
background-color: #831DDB;
}
.BgClassName
{
background-color: #831DDB;
}
</style>
border-color css
<style>
span { border-color: #831DDB; }
span { border-color: rgb(131,29,219); }
td.TdClassName
{
border-color: #831DDB;
}
.TagClassName
{
border-color: #831DDB;
}
</style>