Shades of Blue Violet #832DDB
Tints of Blue Violet #832DDB
RGB
CMYK
RGB Variations
Color information
#832DDB (or 0x832DDB) is known color: Blue Violet. HEX triplet: 83, 2D and DB. RGB value is (131,45,219). Sum of RGB (Red+Green+Blue) = 131+45+219=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #832DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DDB is #7CD224. Grayscale: #595959. Windows color (decimal): -8180261 or 14364035. OLE color: 14364035.
HSL color Cylindrical-coordinate representation of color #832DDB: hue angle of 269.66º 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 #832DDB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 45 | 219 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.14 |
| HSL | 269.66º | 0.71% | 0.52% | - |
| HSV(B) | 269.66º | 0.79% | 0.86% | - |
| XYZ | 23.08 | 11.82 | 68.08 | - |
| YUV | 90.55 | 200.49 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 219 | 0.40 | 0.79 | 0 | 0.14 | 269.66 | 0.71 | 0.52 |
| Hex | 83 | 2D | DB | 28 | 4F | 0 | E | 10E | 47 | 34 |
| Octal | 203 | 55 | 333 | 50 | 117 | 0 | 16 | 416 | 107 | 64 |
| Binary | 10000011 | 101101 | 11011011 | 101000 | 1001111 | 0 | 1110 | 100001110 | 1000111 | 110100 |
Color Harmonies of #832DDB
Complementary color
Monochromatic Colors of #832DDB
Black with #832DDB
Text Example
Text Example
White with #832DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DDB; }
p { color: rgb(131,45,219); }
H1.HeaderClassName
{
color: #832DDB;
}
.AnyTagClassName
{
color: #832DDB;
}
</style>
background-color css
<style>
a { background-color: #832DDB; }
a { background-color: rgb(131,45,219); }
div.DivClassName
{
background-color: #832DDB;
}
.BgClassName
{
background-color: #832DDB;
}
</style>
border-color css
<style>
span { border-color: #832DDB; }
span { border-color: rgb(131,45,219); }
td.TdClassName
{
border-color: #832DDB;
}
.TagClassName
{
border-color: #832DDB;
}
</style>