Shades of Blue Violet #832EDB
Tints of Blue Violet #832EDB
RGB
CMYK
RGB Variations
Color information
#832EDB (or 0x832EDB) is known color: Blue Violet. HEX triplet: 83, 2E and DB. RGB value is (131,46,219). Sum of RGB (Red+Green+Blue) = 131+46+219=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #832EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832EDB is #7CD124. Grayscale: #5A5A5A. Windows color (decimal): -8180005 or 14364291. OLE color: 14364291.
HSL color Cylindrical-coordinate representation of color #832EDB: hue angle of 269.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832EDB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 46 | 219 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.14 |
| HSL | 269.48º | 0.71% | 0.52% | - |
| HSV(B) | 269.48º | 0.79% | 0.86% | - |
| XYZ | 23.12 | 11.89 | 68.09 | - |
| YUV | 91.14 | 200.16 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 219 | 0.40 | 0.79 | 0 | 0.14 | 269.48 | 0.71 | 0.52 |
| Hex | 83 | 2E | DB | 28 | 4F | 0 | E | 10D | 47 | 34 |
| Octal | 203 | 56 | 333 | 50 | 117 | 0 | 16 | 415 | 107 | 64 |
| Binary | 10000011 | 101110 | 11011011 | 101000 | 1001111 | 0 | 1110 | 100001101 | 1000111 | 110100 |
Color Harmonies of #832EDB
Complementary color
Monochromatic Colors of #832EDB
Black with #832EDB
Text Example
Text Example
White with #832EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832EDB; }
p { color: rgb(131,46,219); }
H1.HeaderClassName
{
color: #832EDB;
}
.AnyTagClassName
{
color: #832EDB;
}
</style>
background-color css
<style>
a { background-color: #832EDB; }
a { background-color: rgb(131,46,219); }
div.DivClassName
{
background-color: #832EDB;
}
.BgClassName
{
background-color: #832EDB;
}
</style>
border-color css
<style>
span { border-color: #832EDB; }
span { border-color: rgb(131,46,219); }
td.TdClassName
{
border-color: #832EDB;
}
.TagClassName
{
border-color: #832EDB;
}
</style>