Shades of Vivid Violet #833A80
Tints of Vivid Violet #833A80
RGB
CMYK
RGB Variations
Color information
#833A80 (or 0x833A80) is known color: Vivid Violet. HEX triplet: 83, 3A and 80. RGB value is (131,58,128). Sum of RGB (Red+Green+Blue) = 131+58+128=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #833A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833A80 is #7CC57F. Grayscale: #575757. Windows color (decimal): -8177024 or 8403587. OLE color: 8403587.
HSL color Cylindrical-coordinate representation of color #833A80: hue angle of 302.47º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #833A80 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 58 | 128 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.49 |
| HSL | 302.47º | 0.39% | 0.37% | - |
| HSV(B) | 302.47º | 0.56% | 0.51% | - |
| XYZ | 14.77 | 9.41 | 21.46 | - |
| YUV | 87.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 128 | 0 | 0.56 | 0.02 | 0.49 | 302.47 | 0.39 | 0.37 |
| Hex | 83 | 3A | 80 | 0 | 38 | 2 | 31 | 12E | 27 | 25 |
| Octal | 203 | 72 | 200 | 0 | 70 | 2 | 61 | 456 | 47 | 45 |
| Binary | 10000011 | 111010 | 10000000 | 0 | 111000 | 10 | 110001 | 100101110 | 100111 | 100101 |
Color Harmonies of #833A80
Complementary color
Monochromatic Colors of #833A80
Black with #833A80
Text Example
Text Example
White with #833A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A80; }
p { color: rgb(131,58,128); }
H1.HeaderClassName
{
color: #833A80;
}
.AnyTagClassName
{
color: #833A80;
}
</style>
background-color css
<style>
a { background-color: #833A80; }
a { background-color: rgb(131,58,128); }
div.DivClassName
{
background-color: #833A80;
}
.BgClassName
{
background-color: #833A80;
}
</style>
border-color css
<style>
span { border-color: #833A80; }
span { border-color: rgb(131,58,128); }
td.TdClassName
{
border-color: #833A80;
}
.TagClassName
{
border-color: #833A80;
}
</style>