Shades of Vivid Violet #834091
Tints of Vivid Violet #834091
RGB
CMYK
RGB Variations
Color information
#834091 (or 0x834091) is known color: Vivid Violet. HEX triplet: 83, 40 and 91. RGB value is (131,64,145). Sum of RGB (Red+Green+Blue) = 131+64+145=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #834091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834091 is #7CBF6E. Grayscale: #5D5D5D. Windows color (decimal): -8175471 or 9519235. OLE color: 9519235.
HSL color Cylindrical-coordinate representation of color #834091: hue angle of 289.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834091 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 64 | 145 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.43 |
| HSL | 289.63º | 0.39% | 0.41% | - |
| HSV(B) | 289.63º | 0.56% | 0.57% | - |
| XYZ | 16.3 | 10.54 | 27.96 | - |
| YUV | 93.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 145 | 0.10 | 0.56 | 0 | 0.43 | 289.63 | 0.39 | 0.41 |
| Hex | 83 | 40 | 91 | A | 38 | 0 | 2B | 122 | 27 | 29 |
| Octal | 203 | 100 | 221 | 12 | 70 | 0 | 53 | 442 | 47 | 51 |
| Binary | 10000011 | 1000000 | 10010001 | 1010 | 111000 | 0 | 101011 | 100100010 | 100111 | 101001 |
Color Harmonies of #834091
Complementary color
Monochromatic Colors of #834091
Black with #834091
Text Example
Text Example
White with #834091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834091; }
p { color: rgb(131,64,145); }
H1.HeaderClassName
{
color: #834091;
}
.AnyTagClassName
{
color: #834091;
}
</style>
background-color css
<style>
a { background-color: #834091; }
a { background-color: rgb(131,64,145); }
div.DivClassName
{
background-color: #834091;
}
.BgClassName
{
background-color: #834091;
}
</style>
border-color css
<style>
span { border-color: #834091; }
span { border-color: rgb(131,64,145); }
td.TdClassName
{
border-color: #834091;
}
.TagClassName
{
border-color: #834091;
}
</style>