Shades of Vivid Violet #833F91
Tints of Vivid Violet #833F91
RGB
CMYK
RGB Variations
Color information
#833F91 (or 0x833F91) is known color: Vivid Violet. HEX triplet: 83, 3F and 91. RGB value is (131,63,145). Sum of RGB (Red+Green+Blue) = 131+63+145=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #833F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833F91 is #7CC06E. Grayscale: #5C5C5C. Windows color (decimal): -8175727 or 9518979. OLE color: 9518979.
HSL color Cylindrical-coordinate representation of color #833F91: hue angle of 289.76º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #833F91 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 63 | 145 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.43 |
| HSL | 289.76º | 0.39% | 0.41% | - |
| HSV(B) | 289.76º | 0.57% | 0.57% | - |
| XYZ | 16.25 | 10.42 | 27.94 | - |
| YUV | 92.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 145 | 0.10 | 0.57 | 0 | 0.43 | 289.76 | 0.39 | 0.41 |
| Hex | 83 | 3F | 91 | A | 39 | 0 | 2B | 122 | 27 | 29 |
| Octal | 203 | 77 | 221 | 12 | 71 | 0 | 53 | 442 | 47 | 51 |
| Binary | 10000011 | 111111 | 10010001 | 1010 | 111001 | 0 | 101011 | 100100010 | 100111 | 101001 |
Color Harmonies of #833F91
Complementary color
Monochromatic Colors of #833F91
Black with #833F91
Text Example
Text Example
White with #833F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F91; }
p { color: rgb(131,63,145); }
H1.HeaderClassName
{
color: #833F91;
}
.AnyTagClassName
{
color: #833F91;
}
</style>
background-color css
<style>
a { background-color: #833F91; }
a { background-color: rgb(131,63,145); }
div.DivClassName
{
background-color: #833F91;
}
.BgClassName
{
background-color: #833F91;
}
</style>
border-color css
<style>
span { border-color: #833F91; }
span { border-color: rgb(131,63,145); }
td.TdClassName
{
border-color: #833F91;
}
.TagClassName
{
border-color: #833F91;
}
</style>