Shades of Blue Violet #832FDB
Tints of Blue Violet #832FDB
RGB
CMYK
RGB Variations
Color information
#832FDB (or 0x832FDB) is known color: Blue Violet. HEX triplet: 83, 2F and DB. RGB value is (131,47,219). Sum of RGB (Red+Green+Blue) = 131+47+219=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #832FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FDB is #7CD024. Grayscale: #5B5B5B. Windows color (decimal): -8179749 or 14364547. OLE color: 14364547.
HSL color Cylindrical-coordinate representation of color #832FDB: hue angle of 269.3º degrees, saturation: 0.7, 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 #832FDB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 47 | 219 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.14 |
| HSL | 269.3º | 0.7% | 0.52% | - |
| HSV(B) | 269.3º | 0.79% | 0.86% | - |
| XYZ | 23.16 | 11.97 | 68.11 | - |
| YUV | 91.72 | 199.83 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 219 | 0.40 | 0.79 | 0 | 0.14 | 269.3 | 0.7 | 0.52 |
| Hex | 83 | 2F | DB | 28 | 4F | 0 | E | 10D | 46 | 34 |
| Octal | 203 | 57 | 333 | 50 | 117 | 0 | 16 | 415 | 106 | 64 |
| Binary | 10000011 | 101111 | 11011011 | 101000 | 1001111 | 0 | 1110 | 100001101 | 1000110 | 110100 |
Color Harmonies of #832FDB
Complementary color
Monochromatic Colors of #832FDB
Black with #832FDB
Text Example
Text Example
White with #832FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832FDB; }
p { color: rgb(131,47,219); }
H1.HeaderClassName
{
color: #832FDB;
}
.AnyTagClassName
{
color: #832FDB;
}
</style>
background-color css
<style>
a { background-color: #832FDB; }
a { background-color: rgb(131,47,219); }
div.DivClassName
{
background-color: #832FDB;
}
.BgClassName
{
background-color: #832FDB;
}
</style>
border-color css
<style>
span { border-color: #832FDB; }
span { border-color: rgb(131,47,219); }
td.TdClassName
{
border-color: #832FDB;
}
.TagClassName
{
border-color: #832FDB;
}
</style>