Shades of Blue Violet #832BDA
Tints of Blue Violet #832BDA
RGB
CMYK
RGB Variations
Color information
#832BDA (or 0x832BDA) is known color: Blue Violet. HEX triplet: 83, 2B and DA. RGB value is (131,43,218). Sum of RGB (Red+Green+Blue) = 131+43+218=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #832BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832BDA is #7CD425. Grayscale: #585858. Windows color (decimal): -8180774 or 14297987. OLE color: 14297987.
HSL color Cylindrical-coordinate representation of color #832BDA: hue angle of 270.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832BDA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 43 | 218 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.15 |
| HSL | 270.17º | 0.7% | 0.51% | - |
| HSV(B) | 270.17º | 0.8% | 0.85% | - |
| XYZ | 22.88 | 11.62 | 67.37 | - |
| YUV | 89.26 | 200.65 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 218 | 0.40 | 0.80 | 0 | 0.15 | 270.17 | 0.7 | 0.51 |
| Hex | 83 | 2B | DA | 28 | 50 | 0 | F | 10E | 46 | 33 |
| Octal | 203 | 53 | 332 | 50 | 120 | 0 | 17 | 416 | 106 | 63 |
| Binary | 10000011 | 101011 | 11011010 | 101000 | 1010000 | 0 | 1111 | 100001110 | 1000110 | 110011 |
Color Harmonies of #832BDA
Complementary color
Monochromatic Colors of #832BDA
Black with #832BDA
Text Example
Text Example
White with #832BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832BDA; }
p { color: rgb(131,43,218); }
H1.HeaderClassName
{
color: #832BDA;
}
.AnyTagClassName
{
color: #832BDA;
}
</style>
background-color css
<style>
a { background-color: #832BDA; }
a { background-color: rgb(131,43,218); }
div.DivClassName
{
background-color: #832BDA;
}
.BgClassName
{
background-color: #832BDA;
}
</style>
border-color css
<style>
span { border-color: #832BDA; }
span { border-color: rgb(131,43,218); }
td.TdClassName
{
border-color: #832BDA;
}
.TagClassName
{
border-color: #832BDA;
}
</style>