Shades of Vivid Violet #832895
Tints of Vivid Violet #832895
RGB
CMYK
RGB Variations
Color information
#832895 (or 0x832895) is known color: Vivid Violet. HEX triplet: 83, 28 and 95. RGB value is (131,40,149). Sum of RGB (Red+Green+Blue) = 131+40+149=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #832895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832895 is #7CD76A. Grayscale: #4F4F4F. Windows color (decimal): -8181611 or 9775235. OLE color: 9775235.
HSL color Cylindrical-coordinate representation of color #832895: hue angle of 290.09º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832895 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 40 | 149 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.42 |
| HSL | 290.09º | 0.58% | 0.37% | - |
| HSV(B) | 290.09º | 0.73% | 0.58% | - |
| XYZ | 15.54 | 8.51 | 29.26 | - |
| YUV | 79.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 149 | 0.12 | 0.73 | 0 | 0.42 | 290.09 | 0.58 | 0.37 |
| Hex | 83 | 28 | 95 | C | 49 | 0 | 2A | 122 | 3A | 25 |
| Octal | 203 | 50 | 225 | 14 | 111 | 0 | 52 | 442 | 72 | 45 |
| Binary | 10000011 | 101000 | 10010101 | 1100 | 1001001 | 0 | 101010 | 100100010 | 111010 | 100101 |
Color Harmonies of #832895
Complementary color
Monochromatic Colors of #832895
Black with #832895
Text Example
Text Example
White with #832895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832895; }
p { color: rgb(131,40,149); }
H1.HeaderClassName
{
color: #832895;
}
.AnyTagClassName
{
color: #832895;
}
</style>
background-color css
<style>
a { background-color: #832895; }
a { background-color: rgb(131,40,149); }
div.DivClassName
{
background-color: #832895;
}
.BgClassName
{
background-color: #832895;
}
</style>
border-color css
<style>
span { border-color: #832895; }
span { border-color: rgb(131,40,149); }
td.TdClassName
{
border-color: #832895;
}
.TagClassName
{
border-color: #832895;
}
</style>