Shades of Vivid Violet #832197
Tints of Vivid Violet #832197
RGB
CMYK
RGB Variations
Color information
#832197 (or 0x832197) is known color: Vivid Violet. HEX triplet: 83, 21 and 97. RGB value is (131,33,151). Sum of RGB (Red+Green+Blue) = 131+33+151=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #832197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832197 is #7CDE68. Grayscale: #4B4B4B. Windows color (decimal): -8183401 or 9904515. OLE color: 9904515.
HSL color Cylindrical-coordinate representation of color #832197: hue angle of 289.83º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832197 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 33 | 151 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.41 |
| HSL | 289.83º | 0.64% | 0.36% | - |
| HSV(B) | 289.83º | 0.78% | 0.59% | - |
| XYZ | 15.49 | 8.15 | 30.03 | - |
| YUV | 75.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 151 | 0.13 | 0.78 | 0 | 0.41 | 289.83 | 0.64 | 0.36 |
| Hex | 83 | 21 | 97 | D | 4E | 0 | 29 | 122 | 40 | 24 |
| Octal | 203 | 41 | 227 | 15 | 116 | 0 | 51 | 442 | 100 | 44 |
| Binary | 10000011 | 100001 | 10010111 | 1101 | 1001110 | 0 | 101001 | 100100010 | 1000000 | 100100 |
Color Harmonies of #832197
Complementary color
Monochromatic Colors of #832197
Black with #832197
Text Example
Text Example
White with #832197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832197; }
p { color: rgb(131,33,151); }
H1.HeaderClassName
{
color: #832197;
}
.AnyTagClassName
{
color: #832197;
}
</style>
background-color css
<style>
a { background-color: #832197; }
a { background-color: rgb(131,33,151); }
div.DivClassName
{
background-color: #832197;
}
.BgClassName
{
background-color: #832197;
}
</style>
border-color css
<style>
span { border-color: #832197; }
span { border-color: rgb(131,33,151); }
td.TdClassName
{
border-color: #832197;
}
.TagClassName
{
border-color: #832197;
}
</style>