Shades of Vivid Violet #832592
Tints of Vivid Violet #832592
RGB
CMYK
RGB Variations
Color information
#832592 (or 0x832592) is known color: Vivid Violet. HEX triplet: 83, 25 and 92. RGB value is (131,37,146). Sum of RGB (Red+Green+Blue) = 131+37+146=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #832592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832592 is #7CDA6D. Grayscale: #4D4D4D. Windows color (decimal): -8182382 or 9577859. OLE color: 9577859.
HSL color Cylindrical-coordinate representation of color #832592: hue angle of 291.74º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832592 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 37 | 146 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.43 |
| HSL | 291.74º | 0.6% | 0.36% | - |
| HSV(B) | 291.74º | 0.75% | 0.57% | - |
| XYZ | 15.21 | 8.22 | 27.98 | - |
| YUV | 77.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 146 | 0.10 | 0.75 | 0 | 0.43 | 291.74 | 0.6 | 0.36 |
| Hex | 83 | 25 | 92 | A | 4B | 0 | 2B | 124 | 3C | 24 |
| Octal | 203 | 45 | 222 | 12 | 113 | 0 | 53 | 444 | 74 | 44 |
| Binary | 10000011 | 100101 | 10010010 | 1010 | 1001011 | 0 | 101011 | 100100100 | 111100 | 100100 |
Color Harmonies of #832592
Complementary color
Monochromatic Colors of #832592
Black with #832592
Text Example
Text Example
White with #832592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832592; }
p { color: rgb(131,37,146); }
H1.HeaderClassName
{
color: #832592;
}
.AnyTagClassName
{
color: #832592;
}
</style>
background-color css
<style>
a { background-color: #832592; }
a { background-color: rgb(131,37,146); }
div.DivClassName
{
background-color: #832592;
}
.BgClassName
{
background-color: #832592;
}
</style>
border-color css
<style>
span { border-color: #832592; }
span { border-color: rgb(131,37,146); }
td.TdClassName
{
border-color: #832592;
}
.TagClassName
{
border-color: #832592;
}
</style>