Shades of Vivid Violet #833F99
Tints of Vivid Violet #833F99
RGB
CMYK
RGB Variations
Color information
#833F99 (or 0x833F99) is known color: Vivid Violet. HEX triplet: 83, 3F and 99. RGB value is (131,63,153). Sum of RGB (Red+Green+Blue) = 131+63+153=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #833F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833F99 is #7CC066. Grayscale: #5D5D5D. Windows color (decimal): -8175719 or 10043267. OLE color: 10043267.
HSL color Cylindrical-coordinate representation of color #833F99: hue angle of 285.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #833F99 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 63 | 153 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.4 |
| HSL | 285.33º | 0.42% | 0.42% | - |
| HSV(B) | 285.33º | 0.59% | 0.6% | - |
| XYZ | 16.89 | 10.68 | 31.31 | - |
| YUV | 93.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 153 | 0.14 | 0.59 | 0 | 0.4 | 285.33 | 0.42 | 0.42 |
| Hex | 83 | 3F | 99 | E | 3B | 0 | 28 | 11D | 2A | 2A |
| Octal | 203 | 77 | 231 | 16 | 73 | 0 | 50 | 435 | 52 | 52 |
| Binary | 10000011 | 111111 | 10011001 | 1110 | 111011 | 0 | 101000 | 100011101 | 101010 | 101010 |
Color Harmonies of #833F99
Complementary color
Monochromatic Colors of #833F99
Black with #833F99
Text Example
Text Example
White with #833F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F99; }
p { color: rgb(131,63,153); }
H1.HeaderClassName
{
color: #833F99;
}
.AnyTagClassName
{
color: #833F99;
}
</style>
background-color css
<style>
a { background-color: #833F99; }
a { background-color: rgb(131,63,153); }
div.DivClassName
{
background-color: #833F99;
}
.BgClassName
{
background-color: #833F99;
}
</style>
border-color css
<style>
span { border-color: #833F99; }
span { border-color: rgb(131,63,153); }
td.TdClassName
{
border-color: #833F99;
}
.TagClassName
{
border-color: #833F99;
}
</style>