Shades of Vivid Violet #833E82
Tints of Vivid Violet #833E82
RGB
CMYK
RGB Variations
Color information
#833E82 (or 0x833E82) is known color: Vivid Violet. HEX triplet: 83, 3E and 82. RGB value is (131,62,130). Sum of RGB (Red+Green+Blue) = 131+62+130=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #833E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833E82 is #7CC17D. Grayscale: #5A5A5A. Windows color (decimal): -8175998 or 8535683. OLE color: 8535683.
HSL color Cylindrical-coordinate representation of color #833E82: hue angle of 300.87º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833E82 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 62 | 130 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.49 |
| HSL | 300.87º | 0.36% | 0.38% | - |
| HSV(B) | 300.87º | 0.53% | 0.51% | - |
| XYZ | 15.11 | 9.88 | 22.23 | - |
| YUV | 90.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 130 | 0 | 0.53 | 0.01 | 0.49 | 300.87 | 0.36 | 0.38 |
| Hex | 83 | 3E | 82 | 0 | 35 | 1 | 31 | 12D | 24 | 26 |
| Octal | 203 | 76 | 202 | 0 | 65 | 1 | 61 | 455 | 44 | 46 |
| Binary | 10000011 | 111110 | 10000010 | 0 | 110101 | 1 | 110001 | 100101101 | 100100 | 100110 |
Color Harmonies of #833E82
Complementary color
Monochromatic Colors of #833E82
Black with #833E82
Text Example
Text Example
White with #833E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833E82; }
p { color: rgb(131,62,130); }
H1.HeaderClassName
{
color: #833E82;
}
.AnyTagClassName
{
color: #833E82;
}
</style>
background-color css
<style>
a { background-color: #833E82; }
a { background-color: rgb(131,62,130); }
div.DivClassName
{
background-color: #833E82;
}
.BgClassName
{
background-color: #833E82;
}
</style>
border-color css
<style>
span { border-color: #833E82; }
span { border-color: rgb(131,62,130); }
td.TdClassName
{
border-color: #833E82;
}
.TagClassName
{
border-color: #833E82;
}
</style>