Shades of Vivid Violet #832493
Tints of Vivid Violet #832493
RGB
CMYK
RGB Variations
Color information
#832493 (or 0x832493) is known color: Vivid Violet. HEX triplet: 83, 24 and 93. RGB value is (131,36,147). Sum of RGB (Red+Green+Blue) = 131+36+147=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #832493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832493 is #7CDB6C. Grayscale: #4C4C4C. Windows color (decimal): -8182637 or 9643139. OLE color: 9643139.
HSL color Cylindrical-coordinate representation of color #832493: hue angle of 291.35º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832493 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 36 | 147 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.42 |
| HSL | 291.35º | 0.61% | 0.36% | - |
| HSV(B) | 291.35º | 0.76% | 0.58% | - |
| XYZ | 15.26 | 8.19 | 28.38 | - |
| YUV | 77.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 147 | 0.11 | 0.76 | 0 | 0.42 | 291.35 | 0.61 | 0.36 |
| Hex | 83 | 24 | 93 | B | 4C | 0 | 2A | 123 | 3D | 24 |
| Octal | 203 | 44 | 223 | 13 | 114 | 0 | 52 | 443 | 75 | 44 |
| Binary | 10000011 | 100100 | 10010011 | 1011 | 1001100 | 0 | 101010 | 100100011 | 111101 | 100100 |
Color Harmonies of #832493
Complementary color
Monochromatic Colors of #832493
Black with #832493
Text Example
Text Example
White with #832493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832493; }
p { color: rgb(131,36,147); }
H1.HeaderClassName
{
color: #832493;
}
.AnyTagClassName
{
color: #832493;
}
</style>
background-color css
<style>
a { background-color: #832493; }
a { background-color: rgb(131,36,147); }
div.DivClassName
{
background-color: #832493;
}
.BgClassName
{
background-color: #832493;
}
</style>
border-color css
<style>
span { border-color: #832493; }
span { border-color: rgb(131,36,147); }
td.TdClassName
{
border-color: #832493;
}
.TagClassName
{
border-color: #832493;
}
</style>