Shades of Vivid Violet #83359F
Tints of Vivid Violet #83359F
RGB
CMYK
RGB Variations
Color information
#83359F (or 0x83359F) is known color: Vivid Violet. HEX triplet: 83, 35 and 9F. RGB value is (131,53,159). Sum of RGB (Red+Green+Blue) = 131+53+159=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #83359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83359F is #7CCA60. Grayscale: #585858. Windows color (decimal): -8178273 or 10433923. OLE color: 10433923.
HSL color Cylindrical-coordinate representation of color #83359F: hue angle of 284.15º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83359F is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 53 | 159 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.38 |
| HSL | 284.15º | 0.5% | 0.42% | - |
| HSV(B) | 284.15º | 0.67% | 0.62% | - |
| XYZ | 16.89 | 9.87 | 33.82 | - |
| YUV | 88.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 159 | 0.18 | 0.67 | 0 | 0.38 | 284.15 | 0.5 | 0.42 |
| Hex | 83 | 35 | 9F | 12 | 43 | 0 | 26 | 11C | 32 | 2A |
| Octal | 203 | 65 | 237 | 22 | 103 | 0 | 46 | 434 | 62 | 52 |
| Binary | 10000011 | 110101 | 10011111 | 10010 | 1000011 | 0 | 100110 | 100011100 | 110010 | 101010 |
Color Harmonies of #83359F
Complementary color
Monochromatic Colors of #83359F
Black with #83359F
Text Example
Text Example
White with #83359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83359F; }
p { color: rgb(131,53,159); }
H1.HeaderClassName
{
color: #83359F;
}
.AnyTagClassName
{
color: #83359F;
}
</style>
background-color css
<style>
a { background-color: #83359F; }
a { background-color: rgb(131,53,159); }
div.DivClassName
{
background-color: #83359F;
}
.BgClassName
{
background-color: #83359F;
}
</style>
border-color css
<style>
span { border-color: #83359F; }
span { border-color: rgb(131,53,159); }
td.TdClassName
{
border-color: #83359F;
}
.TagClassName
{
border-color: #83359F;
}
</style>