Shades of Blue Violet #832BDE
Tints of Blue Violet #832BDE
RGB
CMYK
RGB Variations
Color information
#832BDE (or 0x832BDE) is known color: Blue Violet. HEX triplet: 83, 2B and DE. RGB value is (131,43,222). Sum of RGB (Red+Green+Blue) = 131+43+222=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #832BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832BDE is #7CD421. Grayscale: #595959. Windows color (decimal): -8180770 or 14560131. OLE color: 14560131.
HSL color Cylindrical-coordinate representation of color #832BDE: hue angle of 269.5º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #832BDE is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 43 | 222 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.13 |
| HSL | 269.5º | 0.73% | 0.52% | - |
| HSV(B) | 269.5º | 0.81% | 0.87% | - |
| XYZ | 23.41 | 11.83 | 70.16 | - |
| YUV | 89.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 222 | 0.41 | 0.81 | 0 | 0.13 | 269.5 | 0.73 | 0.52 |
| Hex | 83 | 2B | DE | 29 | 51 | 0 | D | 10D | 49 | 34 |
| Octal | 203 | 53 | 336 | 51 | 121 | 0 | 15 | 415 | 111 | 64 |
| Binary | 10000011 | 101011 | 11011110 | 101001 | 1010001 | 0 | 1101 | 100001101 | 1001001 | 110100 |
Color Harmonies of #832BDE
Complementary color
Monochromatic Colors of #832BDE
Black with #832BDE
Text Example
Text Example
White with #832BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832BDE; }
p { color: rgb(131,43,222); }
H1.HeaderClassName
{
color: #832BDE;
}
.AnyTagClassName
{
color: #832BDE;
}
</style>
background-color css
<style>
a { background-color: #832BDE; }
a { background-color: rgb(131,43,222); }
div.DivClassName
{
background-color: #832BDE;
}
.BgClassName
{
background-color: #832BDE;
}
</style>
border-color css
<style>
span { border-color: #832BDE; }
span { border-color: rgb(131,43,222); }
td.TdClassName
{
border-color: #832BDE;
}
.TagClassName
{
border-color: #832BDE;
}
</style>