Shades of Vivid Violet #833D91
Tints of Vivid Violet #833D91
RGB
CMYK
RGB Variations
Color information
#833D91 (or 0x833D91) is known color: Vivid Violet. HEX triplet: 83, 3D and 91. RGB value is (131,61,145). Sum of RGB (Red+Green+Blue) = 131+61+145=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #833D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833D91 is #7CC26E. Grayscale: #5B5B5B. Windows color (decimal): -8176239 or 9518467. OLE color: 9518467.
HSL color Cylindrical-coordinate representation of color #833D91: hue angle of 290º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #833D91 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 61 | 145 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.43 |
| HSL | 290º | 0.41% | 0.4% | - |
| HSV(B) | 290º | 0.58% | 0.57% | - |
| XYZ | 16.14 | 10.21 | 27.91 | - |
| YUV | 91.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 145 | 0.10 | 0.58 | 0 | 0.43 | 290 | 0.41 | 0.4 |
| Hex | 83 | 3D | 91 | A | 3A | 0 | 2B | 122 | 29 | 28 |
| Octal | 203 | 75 | 221 | 12 | 72 | 0 | 53 | 442 | 51 | 50 |
| Binary | 10000011 | 111101 | 10010001 | 1010 | 111010 | 0 | 101011 | 100100010 | 101001 | 101000 |
Color Harmonies of #833D91
Complementary color
Monochromatic Colors of #833D91
Black with #833D91
Text Example
Text Example
White with #833D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D91; }
p { color: rgb(131,61,145); }
H1.HeaderClassName
{
color: #833D91;
}
.AnyTagClassName
{
color: #833D91;
}
</style>
background-color css
<style>
a { background-color: #833D91; }
a { background-color: rgb(131,61,145); }
div.DivClassName
{
background-color: #833D91;
}
.BgClassName
{
background-color: #833D91;
}
</style>
border-color css
<style>
span { border-color: #833D91; }
span { border-color: rgb(131,61,145); }
td.TdClassName
{
border-color: #833D91;
}
.TagClassName
{
border-color: #833D91;
}
</style>