Shades of Vivid Violet #833D80
Tints of Vivid Violet #833D80
RGB
CMYK
RGB Variations
Color information
#833D80 (or 0x833D80) is known color: Vivid Violet. HEX triplet: 83, 3D and 80. RGB value is (131,61,128). Sum of RGB (Red+Green+Blue) = 131+61+128=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #833D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833D80 is #7CC27F. Grayscale: #595959. Windows color (decimal): -8176256 or 8404355. OLE color: 8404355.
HSL color Cylindrical-coordinate representation of color #833D80: hue angle of 302.57º 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 #833D80 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 128 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.49 |
| HSL | 302.57º | 0.36% | 0.38% | - |
| HSV(B) | 302.57º | 0.53% | 0.51% | - |
| XYZ | 14.93 | 9.72 | 21.51 | - |
| YUV | 89.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 128 | 0 | 0.53 | 0.02 | 0.49 | 302.57 | 0.36 | 0.38 |
| Hex | 83 | 3D | 80 | 0 | 35 | 2 | 31 | 12F | 24 | 26 |
| Octal | 203 | 75 | 200 | 0 | 65 | 2 | 61 | 457 | 44 | 46 |
| Binary | 10000011 | 111101 | 10000000 | 0 | 110101 | 10 | 110001 | 100101111 | 100100 | 100110 |
Color Harmonies of #833D80
Complementary color
Monochromatic Colors of #833D80
Black with #833D80
Text Example
Text Example
White with #833D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D80; }
p { color: rgb(131,61,128); }
H1.HeaderClassName
{
color: #833D80;
}
.AnyTagClassName
{
color: #833D80;
}
</style>
background-color css
<style>
a { background-color: #833D80; }
a { background-color: rgb(131,61,128); }
div.DivClassName
{
background-color: #833D80;
}
.BgClassName
{
background-color: #833D80;
}
</style>
border-color css
<style>
span { border-color: #833D80; }
span { border-color: rgb(131,61,128); }
td.TdClassName
{
border-color: #833D80;
}
.TagClassName
{
border-color: #833D80;
}
</style>