Shades of Vivid Violet #832E97
Tints of Vivid Violet #832E97
RGB
CMYK
RGB Variations
Color information
#832E97 (or 0x832E97) is known color: Vivid Violet. HEX triplet: 83, 2E and 97. RGB value is (131,46,151). Sum of RGB (Red+Green+Blue) = 131+46+151=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #832E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832E97 is #7CD168. Grayscale: #535353. Windows color (decimal): -8180073 or 9907843. OLE color: 9907843.
HSL color Cylindrical-coordinate representation of color #832E97: hue angle of 288.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832E97 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 46 | 151 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.41 |
| HSL | 288.57º | 0.53% | 0.39% | - |
| HSV(B) | 288.57º | 0.7% | 0.59% | - |
| XYZ | 15.92 | 9.01 | 30.18 | - |
| YUV | 83.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 151 | 0.13 | 0.70 | 0 | 0.41 | 288.57 | 0.53 | 0.39 |
| Hex | 83 | 2E | 97 | D | 46 | 0 | 29 | 121 | 35 | 27 |
| Octal | 203 | 56 | 227 | 15 | 106 | 0 | 51 | 441 | 65 | 47 |
| Binary | 10000011 | 101110 | 10010111 | 1101 | 1000110 | 0 | 101001 | 100100001 | 110101 | 100111 |
Color Harmonies of #832E97
Complementary color
Monochromatic Colors of #832E97
Black with #832E97
Text Example
Text Example
White with #832E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E97; }
p { color: rgb(131,46,151); }
H1.HeaderClassName
{
color: #832E97;
}
.AnyTagClassName
{
color: #832E97;
}
</style>
background-color css
<style>
a { background-color: #832E97; }
a { background-color: rgb(131,46,151); }
div.DivClassName
{
background-color: #832E97;
}
.BgClassName
{
background-color: #832E97;
}
</style>
border-color css
<style>
span { border-color: #832E97; }
span { border-color: rgb(131,46,151); }
td.TdClassName
{
border-color: #832E97;
}
.TagClassName
{
border-color: #832E97;
}
</style>