Shades of Vivid Violet #833F80
Tints of Vivid Violet #833F80
RGB
CMYK
RGB Variations
Color information
#833F80 (or 0x833F80) is known color: Vivid Violet. HEX triplet: 83, 3F and 80. RGB value is (131,63,128). Sum of RGB (Red+Green+Blue) = 131+63+128=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #833F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833F80 is #7CC07F. Grayscale: #5A5A5A. Windows color (decimal): -8175744 or 8404867. OLE color: 8404867.
HSL color Cylindrical-coordinate representation of color #833F80: hue angle of 302.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #833F80 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 128 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.49 |
| HSL | 302.65º | 0.35% | 0.38% | - |
| HSV(B) | 302.65º | 0.52% | 0.51% | - |
| XYZ | 15.03 | 9.94 | 21.55 | - |
| YUV | 90.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 128 | 0 | 0.52 | 0.02 | 0.49 | 302.65 | 0.35 | 0.38 |
| Hex | 83 | 3F | 80 | 0 | 34 | 2 | 31 | 12F | 23 | 26 |
| Octal | 203 | 77 | 200 | 0 | 64 | 2 | 61 | 457 | 43 | 46 |
| Binary | 10000011 | 111111 | 10000000 | 0 | 110100 | 10 | 110001 | 100101111 | 100011 | 100110 |
Color Harmonies of #833F80
Complementary color
Monochromatic Colors of #833F80
Black with #833F80
Text Example
Text Example
White with #833F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F80; }
p { color: rgb(131,63,128); }
H1.HeaderClassName
{
color: #833F80;
}
.AnyTagClassName
{
color: #833F80;
}
</style>
background-color css
<style>
a { background-color: #833F80; }
a { background-color: rgb(131,63,128); }
div.DivClassName
{
background-color: #833F80;
}
.BgClassName
{
background-color: #833F80;
}
</style>
border-color css
<style>
span { border-color: #833F80; }
span { border-color: rgb(131,63,128); }
td.TdClassName
{
border-color: #833F80;
}
.TagClassName
{
border-color: #833F80;
}
</style>