Shades of Vivid Violet #833296
Tints of Vivid Violet #833296
RGB
CMYK
RGB Variations
Color information
#833296 (or 0x833296) is known color: Vivid Violet. HEX triplet: 83, 32 and 96. RGB value is (131,50,150). Sum of RGB (Red+Green+Blue) = 131+50+150=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #833296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833296 is #7CCD69. Grayscale: #555555. Windows color (decimal): -8179050 or 9843331. OLE color: 9843331.
HSL color Cylindrical-coordinate representation of color #833296: hue angle of 288.6º degrees, saturation: 0.5, 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 #833296 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 50 | 150 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.41 |
| HSL | 288.6º | 0.5% | 0.39% | - |
| HSV(B) | 288.6º | 0.67% | 0.59% | - |
| XYZ | 16.01 | 9.31 | 29.81 | - |
| YUV | 85.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 150 | 0.13 | 0.67 | 0 | 0.41 | 288.6 | 0.5 | 0.39 |
| Hex | 83 | 32 | 96 | D | 43 | 0 | 29 | 121 | 32 | 27 |
| Octal | 203 | 62 | 226 | 15 | 103 | 0 | 51 | 441 | 62 | 47 |
| Binary | 10000011 | 110010 | 10010110 | 1101 | 1000011 | 0 | 101001 | 100100001 | 110010 | 100111 |
Color Harmonies of #833296
Complementary color
Monochromatic Colors of #833296
Black with #833296
Text Example
Text Example
White with #833296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833296; }
p { color: rgb(131,50,150); }
H1.HeaderClassName
{
color: #833296;
}
.AnyTagClassName
{
color: #833296;
}
</style>
background-color css
<style>
a { background-color: #833296; }
a { background-color: rgb(131,50,150); }
div.DivClassName
{
background-color: #833296;
}
.BgClassName
{
background-color: #833296;
}
</style>
border-color css
<style>
span { border-color: #833296; }
span { border-color: rgb(131,50,150); }
td.TdClassName
{
border-color: #833296;
}
.TagClassName
{
border-color: #833296;
}
</style>