Shades of Vivid Violet #832092
Tints of Vivid Violet #832092
RGB
CMYK
RGB Variations
Color information
#832092 (or 0x832092) is known color: Vivid Violet. HEX triplet: 83, 20 and 92. RGB value is (131,32,146). Sum of RGB (Red+Green+Blue) = 131+32+146=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #832092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832092 is #7CDF6D. Grayscale: #4A4A4A. Windows color (decimal): -8183662 or 9576579. OLE color: 9576579.
HSL color Cylindrical-coordinate representation of color #832092: hue angle of 292.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832092 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 32 | 146 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.43 |
| HSL | 292.11º | 0.64% | 0.35% | - |
| HSV(B) | 292.11º | 0.78% | 0.57% | - |
| XYZ | 15.06 | 7.93 | 27.93 | - |
| YUV | 74.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 146 | 0.10 | 0.78 | 0 | 0.43 | 292.11 | 0.64 | 0.35 |
| Hex | 83 | 20 | 92 | A | 4E | 0 | 2B | 124 | 40 | 23 |
| Octal | 203 | 40 | 222 | 12 | 116 | 0 | 53 | 444 | 100 | 43 |
| Binary | 10000011 | 100000 | 10010010 | 1010 | 1001110 | 0 | 101011 | 100100100 | 1000000 | 100011 |
Color Harmonies of #832092
Complementary color
Monochromatic Colors of #832092
Black with #832092
Text Example
Text Example
White with #832092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832092; }
p { color: rgb(131,32,146); }
H1.HeaderClassName
{
color: #832092;
}
.AnyTagClassName
{
color: #832092;
}
</style>
background-color css
<style>
a { background-color: #832092; }
a { background-color: rgb(131,32,146); }
div.DivClassName
{
background-color: #832092;
}
.BgClassName
{
background-color: #832092;
}
</style>
border-color css
<style>
span { border-color: #832092; }
span { border-color: rgb(131,32,146); }
td.TdClassName
{
border-color: #832092;
}
.TagClassName
{
border-color: #832092;
}
</style>