Shades of Blue Violet #834DDB
Tints of Blue Violet #834DDB
RGB
CMYK
RGB Variations
Color information
#834DDB (or 0x834DDB) is known color: Blue Violet. HEX triplet: 83, 4D and DB. RGB value is (131,77,219). Sum of RGB (Red+Green+Blue) = 131+77+219=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #834DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DDB is #7CB224. Grayscale: #6C6C6C. Windows color (decimal): -8172069 or 14372227. OLE color: 14372227.
HSL color Cylindrical-coordinate representation of color #834DDB: hue angle of 262.82º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834DDB is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 77 | 219 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.14 |
| HSL | 262.82º | 0.66% | 0.58% | - |
| HSV(B) | 262.82º | 0.65% | 0.86% | - |
| XYZ | 24.8 | 15.25 | 68.65 | - |
| YUV | 109.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 219 | 0.40 | 0.65 | 0 | 0.14 | 262.82 | 0.66 | 0.58 |
| Hex | 83 | 4D | DB | 28 | 41 | 0 | E | 107 | 42 | 3A |
| Octal | 203 | 115 | 333 | 50 | 101 | 0 | 16 | 407 | 102 | 72 |
| Binary | 10000011 | 1001101 | 11011011 | 101000 | 1000001 | 0 | 1110 | 100000111 | 1000010 | 111010 |
Color Harmonies of #834DDB
Complementary color
Monochromatic Colors of #834DDB
Black with #834DDB
Text Example
Text Example
White with #834DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DDB; }
p { color: rgb(131,77,219); }
H1.HeaderClassName
{
color: #834DDB;
}
.AnyTagClassName
{
color: #834DDB;
}
</style>
background-color css
<style>
a { background-color: #834DDB; }
a { background-color: rgb(131,77,219); }
div.DivClassName
{
background-color: #834DDB;
}
.BgClassName
{
background-color: #834DDB;
}
</style>
border-color css
<style>
span { border-color: #834DDB; }
span { border-color: rgb(131,77,219); }
td.TdClassName
{
border-color: #834DDB;
}
.TagClassName
{
border-color: #834DDB;
}
</style>