Shades of Vivid Violet #834591
Tints of Vivid Violet #834591
RGB
CMYK
RGB Variations
Color information
#834591 (or 0x834591) is known color: Vivid Violet. HEX triplet: 83, 45 and 91. RGB value is (131,69,145). Sum of RGB (Red+Green+Blue) = 131+69+145=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #834591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834591 is #7CBA6E. Grayscale: #5F5F5F. Windows color (decimal): -8174191 or 9520515. OLE color: 9520515.
HSL color Cylindrical-coordinate representation of color #834591: hue angle of 288.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834591 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 69 | 145 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.43 |
| HSL | 288.95º | 0.36% | 0.42% | - |
| HSV(B) | 288.95º | 0.52% | 0.57% | - |
| XYZ | 16.6 | 11.13 | 28.06 | - |
| YUV | 96.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 145 | 0.10 | 0.52 | 0 | 0.43 | 288.95 | 0.36 | 0.42 |
| Hex | 83 | 45 | 91 | A | 34 | 0 | 2B | 121 | 24 | 2A |
| Octal | 203 | 105 | 221 | 12 | 64 | 0 | 53 | 441 | 44 | 52 |
| Binary | 10000011 | 1000101 | 10010001 | 1010 | 110100 | 0 | 101011 | 100100001 | 100100 | 101010 |
Color Harmonies of #834591
Complementary color
Monochromatic Colors of #834591
Black with #834591
Text Example
Text Example
White with #834591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834591; }
p { color: rgb(131,69,145); }
H1.HeaderClassName
{
color: #834591;
}
.AnyTagClassName
{
color: #834591;
}
</style>
background-color css
<style>
a { background-color: #834591; }
a { background-color: rgb(131,69,145); }
div.DivClassName
{
background-color: #834591;
}
.BgClassName
{
background-color: #834591;
}
</style>
border-color css
<style>
span { border-color: #834591; }
span { border-color: rgb(131,69,145); }
td.TdClassName
{
border-color: #834591;
}
.TagClassName
{
border-color: #834591;
}
</style>