Shades of Vivid Violet #834996
Tints of Vivid Violet #834996
RGB
CMYK
RGB Variations
Color information
#834996 (or 0x834996) is known color: Vivid Violet. HEX triplet: 83, 49 and 96. RGB value is (131,73,150). Sum of RGB (Red+Green+Blue) = 131+73+150=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #834996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834996 is #7CB669. Grayscale: #626262. Windows color (decimal): -8173162 or 9849219. OLE color: 9849219.
HSL color Cylindrical-coordinate representation of color #834996: hue angle of 285.19º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834996 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 73 | 150 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.41 |
| HSL | 285.19º | 0.35% | 0.44% | - |
| HSV(B) | 285.19º | 0.51% | 0.59% | - |
| XYZ | 17.25 | 11.79 | 30.22 | - |
| YUV | 99.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 150 | 0.13 | 0.51 | 0 | 0.41 | 285.19 | 0.35 | 0.44 |
| Hex | 83 | 49 | 96 | D | 33 | 0 | 29 | 11D | 23 | 2C |
| Octal | 203 | 111 | 226 | 15 | 63 | 0 | 51 | 435 | 43 | 54 |
| Binary | 10000011 | 1001001 | 10010110 | 1101 | 110011 | 0 | 101001 | 100011101 | 100011 | 101100 |
Color Harmonies of #834996
Complementary color
Monochromatic Colors of #834996
Black with #834996
Text Example
Text Example
White with #834996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834996; }
p { color: rgb(131,73,150); }
H1.HeaderClassName
{
color: #834996;
}
.AnyTagClassName
{
color: #834996;
}
</style>
background-color css
<style>
a { background-color: #834996; }
a { background-color: rgb(131,73,150); }
div.DivClassName
{
background-color: #834996;
}
.BgClassName
{
background-color: #834996;
}
</style>
border-color css
<style>
span { border-color: #834996; }
span { border-color: rgb(131,73,150); }
td.TdClassName
{
border-color: #834996;
}
.TagClassName
{
border-color: #834996;
}
</style>