Shades of Vivid Violet #834B91
Tints of Vivid Violet #834B91
RGB
CMYK
RGB Variations
Color information
#834B91 (or 0x834B91) is known color: Vivid Violet. HEX triplet: 83, 4B and 91. RGB value is (131,75,145). Sum of RGB (Red+Green+Blue) = 131+75+145=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #834B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B91 is #7CB46E. Grayscale: #636363. Windows color (decimal): -8172655 or 9522051. OLE color: 9522051.
HSL color Cylindrical-coordinate representation of color #834B91: hue angle of 288º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #834B91 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 75 | 145 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.43 |
| HSL | 288º | 0.32% | 0.43% | - |
| HSV(B) | 288º | 0.48% | 0.57% | - |
| XYZ | 16.99 | 11.9 | 28.19 | - |
| YUV | 99.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 145 | 0.10 | 0.48 | 0 | 0.43 | 288 | 0.32 | 0.43 |
| Hex | 83 | 4B | 91 | A | 30 | 0 | 2B | 120 | 20 | 2B |
| Octal | 203 | 113 | 221 | 12 | 60 | 0 | 53 | 440 | 40 | 53 |
| Binary | 10000011 | 1001011 | 10010001 | 1010 | 110000 | 0 | 101011 | 100100000 | 100000 | 101011 |
Color Harmonies of #834B91
Complementary color
Monochromatic Colors of #834B91
Black with #834B91
Text Example
Text Example
White with #834B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B91; }
p { color: rgb(131,75,145); }
H1.HeaderClassName
{
color: #834B91;
}
.AnyTagClassName
{
color: #834B91;
}
</style>
background-color css
<style>
a { background-color: #834B91; }
a { background-color: rgb(131,75,145); }
div.DivClassName
{
background-color: #834B91;
}
.BgClassName
{
background-color: #834B91;
}
</style>
border-color css
<style>
span { border-color: #834B91; }
span { border-color: rgb(131,75,145); }
td.TdClassName
{
border-color: #834B91;
}
.TagClassName
{
border-color: #834B91;
}
</style>