Shades of Blue Violet #832CDE
Tints of Blue Violet #832CDE
RGB
CMYK
RGB Variations
Color information
#832CDE (or 0x832CDE) is known color: Blue Violet. HEX triplet: 83, 2C and DE. RGB value is (131,44,222). Sum of RGB (Red+Green+Blue) = 131+44+222=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #832CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832CDE is #7CD321. Grayscale: #595959. Windows color (decimal): -8180514 or 14560387. OLE color: 14560387.
HSL color Cylindrical-coordinate representation of color #832CDE: hue angle of 269.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832CDE is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 44 | 222 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.13 |
| HSL | 269.33º | 0.73% | 0.52% | - |
| HSV(B) | 269.33º | 0.8% | 0.87% | - |
| XYZ | 23.45 | 11.9 | 70.17 | - |
| YUV | 90.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 222 | 0.41 | 0.80 | 0 | 0.13 | 269.33 | 0.73 | 0.52 |
| Hex | 83 | 2C | DE | 29 | 50 | 0 | D | 10D | 49 | 34 |
| Octal | 203 | 54 | 336 | 51 | 120 | 0 | 15 | 415 | 111 | 64 |
| Binary | 10000011 | 101100 | 11011110 | 101001 | 1010000 | 0 | 1101 | 100001101 | 1001001 | 110100 |
Color Harmonies of #832CDE
Complementary color
Monochromatic Colors of #832CDE
Black with #832CDE
Text Example
Text Example
White with #832CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832CDE; }
p { color: rgb(131,44,222); }
H1.HeaderClassName
{
color: #832CDE;
}
.AnyTagClassName
{
color: #832CDE;
}
</style>
background-color css
<style>
a { background-color: #832CDE; }
a { background-color: rgb(131,44,222); }
div.DivClassName
{
background-color: #832CDE;
}
.BgClassName
{
background-color: #832CDE;
}
</style>
border-color css
<style>
span { border-color: #832CDE; }
span { border-color: rgb(131,44,222); }
td.TdClassName
{
border-color: #832CDE;
}
.TagClassName
{
border-color: #832CDE;
}
</style>