Shades of Vivid Violet #832B91
Tints of Vivid Violet #832B91
RGB
CMYK
RGB Variations
Color information
#832B91 (or 0x832B91) is known color: Vivid Violet. HEX triplet: 83, 2B and 91. RGB value is (131,43,145). Sum of RGB (Red+Green+Blue) = 131+43+145=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #832B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832B91 is #7CD46E. Grayscale: #505050. Windows color (decimal): -8180847 or 9513859. OLE color: 9513859.
HSL color Cylindrical-coordinate representation of color #832B91: hue angle of 291.76º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832B91 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 43 | 145 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.43 |
| HSL | 291.76º | 0.54% | 0.37% | - |
| HSV(B) | 291.76º | 0.7% | 0.57% | - |
| XYZ | 15.33 | 8.6 | 27.64 | - |
| YUV | 80.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 145 | 0.10 | 0.70 | 0 | 0.43 | 291.76 | 0.54 | 0.37 |
| Hex | 83 | 2B | 91 | A | 46 | 0 | 2B | 124 | 36 | 25 |
| Octal | 203 | 53 | 221 | 12 | 106 | 0 | 53 | 444 | 66 | 45 |
| Binary | 10000011 | 101011 | 10010001 | 1010 | 1000110 | 0 | 101011 | 100100100 | 110110 | 100101 |
Color Harmonies of #832B91
Complementary color
Monochromatic Colors of #832B91
Black with #832B91
Text Example
Text Example
White with #832B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B91; }
p { color: rgb(131,43,145); }
H1.HeaderClassName
{
color: #832B91;
}
.AnyTagClassName
{
color: #832B91;
}
</style>
background-color css
<style>
a { background-color: #832B91; }
a { background-color: rgb(131,43,145); }
div.DivClassName
{
background-color: #832B91;
}
.BgClassName
{
background-color: #832B91;
}
</style>
border-color css
<style>
span { border-color: #832B91; }
span { border-color: rgb(131,43,145); }
td.TdClassName
{
border-color: #832B91;
}
.TagClassName
{
border-color: #832B91;
}
</style>