Shades of Vivid Violet #833986
Tints of Vivid Violet #833986
RGB
CMYK
RGB Variations
Color information
#833986 (or 0x833986) is known color: Vivid Violet. HEX triplet: 83, 39 and 86. RGB value is (131,57,134). Sum of RGB (Red+Green+Blue) = 131+57+134=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #833986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833986 is #7CC679. Grayscale: #575757. Windows color (decimal): -8177274 or 8796547. OLE color: 8796547.
HSL color Cylindrical-coordinate representation of color #833986: hue angle of 297.66º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #833986 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 57 | 134 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.47 |
| HSL | 297.66º | 0.4% | 0.37% | - |
| HSV(B) | 297.66º | 0.57% | 0.53% | - |
| XYZ | 15.13 | 9.47 | 23.59 | - |
| YUV | 87.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 134 | 0.02 | 0.57 | 0 | 0.47 | 297.66 | 0.4 | 0.37 |
| Hex | 83 | 39 | 86 | 2 | 39 | 0 | 2F | 12A | 28 | 25 |
| Octal | 203 | 71 | 206 | 2 | 71 | 0 | 57 | 452 | 50 | 45 |
| Binary | 10000011 | 111001 | 10000110 | 10 | 111001 | 0 | 101111 | 100101010 | 101000 | 100101 |
Color Harmonies of #833986
Complementary color
Monochromatic Colors of #833986
Black with #833986
Text Example
Text Example
White with #833986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833986; }
p { color: rgb(131,57,134); }
H1.HeaderClassName
{
color: #833986;
}
.AnyTagClassName
{
color: #833986;
}
</style>
background-color css
<style>
a { background-color: #833986; }
a { background-color: rgb(131,57,134); }
div.DivClassName
{
background-color: #833986;
}
.BgClassName
{
background-color: #833986;
}
</style>
border-color css
<style>
span { border-color: #833986; }
span { border-color: rgb(131,57,134); }
td.TdClassName
{
border-color: #833986;
}
.TagClassName
{
border-color: #833986;
}
</style>