Shades of Blue Violet #832ADB
Tints of Blue Violet #832ADB
RGB
CMYK
RGB Variations
Color information
#832ADB (or 0x832ADB) is known color: Blue Violet. HEX triplet: 83, 2A and DB. RGB value is (131,42,219). Sum of RGB (Red+Green+Blue) = 131+42+219=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #832ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ADB is #7CD524. Grayscale: #585858. Windows color (decimal): -8181029 or 14363267. OLE color: 14363267.
HSL color Cylindrical-coordinate representation of color #832ADB: hue angle of 270.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #832ADB is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 42 | 219 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.14 |
| HSL | 270.17º | 0.71% | 0.51% | - |
| HSV(B) | 270.17º | 0.81% | 0.86% | - |
| XYZ | 22.97 | 11.6 | 68.05 | - |
| YUV | 88.79 | 201.49 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 219 | 0.40 | 0.81 | 0 | 0.14 | 270.17 | 0.71 | 0.51 |
| Hex | 83 | 2A | DB | 28 | 51 | 0 | E | 10E | 47 | 33 |
| Octal | 203 | 52 | 333 | 50 | 121 | 0 | 16 | 416 | 107 | 63 |
| Binary | 10000011 | 101010 | 11011011 | 101000 | 1010001 | 0 | 1110 | 100001110 | 1000111 | 110011 |
Color Harmonies of #832ADB
Complementary color
Monochromatic Colors of #832ADB
Black with #832ADB
Text Example
Text Example
White with #832ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832ADB; }
p { color: rgb(131,42,219); }
H1.HeaderClassName
{
color: #832ADB;
}
.AnyTagClassName
{
color: #832ADB;
}
</style>
background-color css
<style>
a { background-color: #832ADB; }
a { background-color: rgb(131,42,219); }
div.DivClassName
{
background-color: #832ADB;
}
.BgClassName
{
background-color: #832ADB;
}
</style>
border-color css
<style>
span { border-color: #832ADB; }
span { border-color: rgb(131,42,219); }
td.TdClassName
{
border-color: #832ADB;
}
.TagClassName
{
border-color: #832ADB;
}
</style>