Shades of Vivid Violet #832195
Tints of Vivid Violet #832195
RGB
CMYK
RGB Variations
Color information
#832195 (or 0x832195) is known color: Vivid Violet. HEX triplet: 83, 21 and 95. RGB value is (131,33,149). Sum of RGB (Red+Green+Blue) = 131+33+149=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #832195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832195 is #7CDE6A. Grayscale: #4B4B4B. Windows color (decimal): -8183403 or 9773443. OLE color: 9773443.
HSL color Cylindrical-coordinate representation of color #832195: hue angle of 290.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832195 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 33 | 149 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.42 |
| HSL | 290.69º | 0.64% | 0.36% | - |
| HSV(B) | 290.69º | 0.78% | 0.58% | - |
| XYZ | 15.33 | 8.08 | 29.19 | - |
| YUV | 75.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 149 | 0.12 | 0.78 | 0 | 0.42 | 290.69 | 0.64 | 0.36 |
| Hex | 83 | 21 | 95 | C | 4E | 0 | 2A | 123 | 40 | 24 |
| Octal | 203 | 41 | 225 | 14 | 116 | 0 | 52 | 443 | 100 | 44 |
| Binary | 10000011 | 100001 | 10010101 | 1100 | 1001110 | 0 | 101010 | 100100011 | 1000000 | 100100 |
Color Harmonies of #832195
Complementary color
Monochromatic Colors of #832195
Black with #832195
Text Example
Text Example
White with #832195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832195; }
p { color: rgb(131,33,149); }
H1.HeaderClassName
{
color: #832195;
}
.AnyTagClassName
{
color: #832195;
}
</style>
background-color css
<style>
a { background-color: #832195; }
a { background-color: rgb(131,33,149); }
div.DivClassName
{
background-color: #832195;
}
.BgClassName
{
background-color: #832195;
}
</style>
border-color css
<style>
span { border-color: #832195; }
span { border-color: rgb(131,33,149); }
td.TdClassName
{
border-color: #832195;
}
.TagClassName
{
border-color: #832195;
}
</style>