Shades of Vivid Violet #833996
Tints of Vivid Violet #833996
RGB
CMYK
RGB Variations
Color information
#833996 (or 0x833996) is known color: Vivid Violet. HEX triplet: 83, 39 and 96. RGB value is (131,57,150). Sum of RGB (Red+Green+Blue) = 131+57+150=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #833996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833996 is #7CC669. Grayscale: #595959. Windows color (decimal): -8177258 or 9845123. OLE color: 9845123.
HSL color Cylindrical-coordinate representation of color #833996: hue angle of 287.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833996 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 57 | 150 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.41 |
| HSL | 287.74º | 0.45% | 0.41% | - |
| HSV(B) | 287.74º | 0.62% | 0.59% | - |
| XYZ | 16.33 | 9.95 | 29.91 | - |
| YUV | 89.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 150 | 0.13 | 0.62 | 0 | 0.41 | 287.74 | 0.45 | 0.41 |
| Hex | 83 | 39 | 96 | D | 3E | 0 | 29 | 120 | 2D | 29 |
| Octal | 203 | 71 | 226 | 15 | 76 | 0 | 51 | 440 | 55 | 51 |
| Binary | 10000011 | 111001 | 10010110 | 1101 | 111110 | 0 | 101001 | 100100000 | 101101 | 101001 |
Color Harmonies of #833996
Complementary color
Monochromatic Colors of #833996
Black with #833996
Text Example
Text Example
White with #833996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833996; }
p { color: rgb(131,57,150); }
H1.HeaderClassName
{
color: #833996;
}
.AnyTagClassName
{
color: #833996;
}
</style>
background-color css
<style>
a { background-color: #833996; }
a { background-color: rgb(131,57,150); }
div.DivClassName
{
background-color: #833996;
}
.BgClassName
{
background-color: #833996;
}
</style>
border-color css
<style>
span { border-color: #833996; }
span { border-color: rgb(131,57,150); }
td.TdClassName
{
border-color: #833996;
}
.TagClassName
{
border-color: #833996;
}
</style>