Shades of Vivid Violet #833491
Tints of Vivid Violet #833491
RGB
CMYK
RGB Variations
Color information
#833491 (or 0x833491) is known color: Vivid Violet. HEX triplet: 83, 34 and 91. RGB value is (131,52,145). Sum of RGB (Red+Green+Blue) = 131+52+145=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #833491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833491 is #7CCB6E. Grayscale: #555555. Windows color (decimal): -8178543 or 9516163. OLE color: 9516163.
HSL color Cylindrical-coordinate representation of color #833491: hue angle of 290.97º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833491 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 52 | 145 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.43 |
| HSL | 290.97º | 0.47% | 0.39% | - |
| HSV(B) | 290.97º | 0.64% | 0.57% | - |
| XYZ | 15.7 | 9.33 | 27.76 | - |
| YUV | 86.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 145 | 0.10 | 0.64 | 0 | 0.43 | 290.97 | 0.47 | 0.39 |
| Hex | 83 | 34 | 91 | A | 40 | 0 | 2B | 123 | 2F | 27 |
| Octal | 203 | 64 | 221 | 12 | 100 | 0 | 53 | 443 | 57 | 47 |
| Binary | 10000011 | 110100 | 10010001 | 1010 | 1000000 | 0 | 101011 | 100100011 | 101111 | 100111 |
Color Harmonies of #833491
Complementary color
Monochromatic Colors of #833491
Black with #833491
Text Example
Text Example
White with #833491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833491; }
p { color: rgb(131,52,145); }
H1.HeaderClassName
{
color: #833491;
}
.AnyTagClassName
{
color: #833491;
}
</style>
background-color css
<style>
a { background-color: #833491; }
a { background-color: rgb(131,52,145); }
div.DivClassName
{
background-color: #833491;
}
.BgClassName
{
background-color: #833491;
}
</style>
border-color css
<style>
span { border-color: #833491; }
span { border-color: rgb(131,52,145); }
td.TdClassName
{
border-color: #833491;
}
.TagClassName
{
border-color: #833491;
}
</style>