Shades of Vivid Violet #832E91
Tints of Vivid Violet #832E91
RGB
CMYK
RGB Variations
Color information
#832E91 (or 0x832E91) is known color: Vivid Violet. HEX triplet: 83, 2E and 91. RGB value is (131,46,145). Sum of RGB (Red+Green+Blue) = 131+46+145=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #832E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832E91 is #7CD16E. Grayscale: #525252. Windows color (decimal): -8180079 or 9514627. OLE color: 9514627.
HSL color Cylindrical-coordinate representation of color #832E91: hue angle of 291.52º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #832E91 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 46 | 145 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.43 |
| HSL | 291.52º | 0.52% | 0.37% | - |
| HSV(B) | 291.52º | 0.68% | 0.57% | - |
| XYZ | 15.45 | 8.82 | 27.68 | - |
| YUV | 82.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 145 | 0.10 | 0.68 | 0 | 0.43 | 291.52 | 0.52 | 0.37 |
| Hex | 83 | 2E | 91 | A | 44 | 0 | 2B | 124 | 34 | 25 |
| Octal | 203 | 56 | 221 | 12 | 104 | 0 | 53 | 444 | 64 | 45 |
| Binary | 10000011 | 101110 | 10010001 | 1010 | 1000100 | 0 | 101011 | 100100100 | 110100 | 100101 |
Color Harmonies of #832E91
Complementary color
Monochromatic Colors of #832E91
Black with #832E91
Text Example
Text Example
White with #832E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E91; }
p { color: rgb(131,46,145); }
H1.HeaderClassName
{
color: #832E91;
}
.AnyTagClassName
{
color: #832E91;
}
</style>
background-color css
<style>
a { background-color: #832E91; }
a { background-color: rgb(131,46,145); }
div.DivClassName
{
background-color: #832E91;
}
.BgClassName
{
background-color: #832E91;
}
</style>
border-color css
<style>
span { border-color: #832E91; }
span { border-color: rgb(131,46,145); }
td.TdClassName
{
border-color: #832E91;
}
.TagClassName
{
border-color: #832E91;
}
</style>