Shades of Vivid Violet #833196
Tints of Vivid Violet #833196
RGB
CMYK
RGB Variations
Color information
#833196 (or 0x833196) is known color: Vivid Violet. HEX triplet: 83, 31 and 96. RGB value is (131,49,150). Sum of RGB (Red+Green+Blue) = 131+49+150=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #833196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833196 is #7CCE69. Grayscale: #545454. Windows color (decimal): -8179306 or 9843075. OLE color: 9843075.
HSL color Cylindrical-coordinate representation of color #833196: hue angle of 288.71º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833196 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 49 | 150 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.41 |
| HSL | 288.71º | 0.51% | 0.39% | - |
| HSV(B) | 288.71º | 0.67% | 0.59% | - |
| XYZ | 15.96 | 9.22 | 29.79 | - |
| YUV | 85.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 150 | 0.13 | 0.67 | 0 | 0.41 | 288.71 | 0.51 | 0.39 |
| Hex | 83 | 31 | 96 | D | 43 | 0 | 29 | 121 | 33 | 27 |
| Octal | 203 | 61 | 226 | 15 | 103 | 0 | 51 | 441 | 63 | 47 |
| Binary | 10000011 | 110001 | 10010110 | 1101 | 1000011 | 0 | 101001 | 100100001 | 110011 | 100111 |
Color Harmonies of #833196
Complementary color
Monochromatic Colors of #833196
Black with #833196
Text Example
Text Example
White with #833196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833196; }
p { color: rgb(131,49,150); }
H1.HeaderClassName
{
color: #833196;
}
.AnyTagClassName
{
color: #833196;
}
</style>
background-color css
<style>
a { background-color: #833196; }
a { background-color: rgb(131,49,150); }
div.DivClassName
{
background-color: #833196;
}
.BgClassName
{
background-color: #833196;
}
</style>
border-color css
<style>
span { border-color: #833196; }
span { border-color: rgb(131,49,150); }
td.TdClassName
{
border-color: #833196;
}
.TagClassName
{
border-color: #833196;
}
</style>