Shades of Vivid Violet #834589
Tints of Vivid Violet #834589
RGB
CMYK
RGB Variations
Color information
#834589 (or 0x834589) is known color: Vivid Violet. HEX triplet: 83, 45 and 89. RGB value is (131,69,137). Sum of RGB (Red+Green+Blue) = 131+69+137=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #834589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834589 is #7CBA76. Grayscale: #5F5F5F. Windows color (decimal): -8174199 or 8996227. OLE color: 8996227.
HSL color Cylindrical-coordinate representation of color #834589: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834589 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 69 | 137 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.46 |
| HSL | 294.71º | 0.33% | 0.4% | - |
| HSV(B) | 294.71º | 0.5% | 0.54% | - |
| XYZ | 16 | 10.89 | 24.92 | - |
| YUV | 95.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 137 | 0.04 | 0.50 | 0 | 0.46 | 294.71 | 0.33 | 0.4 |
| Hex | 83 | 45 | 89 | 4 | 32 | 0 | 2E | 127 | 21 | 28 |
| Octal | 203 | 105 | 211 | 4 | 62 | 0 | 56 | 447 | 41 | 50 |
| Binary | 10000011 | 1000101 | 10001001 | 100 | 110010 | 0 | 101110 | 100100111 | 100001 | 101000 |
Color Harmonies of #834589
Complementary color
Monochromatic Colors of #834589
Black with #834589
Text Example
Text Example
White with #834589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834589; }
p { color: rgb(131,69,137); }
H1.HeaderClassName
{
color: #834589;
}
.AnyTagClassName
{
color: #834589;
}
</style>
background-color css
<style>
a { background-color: #834589; }
a { background-color: rgb(131,69,137); }
div.DivClassName
{
background-color: #834589;
}
.BgClassName
{
background-color: #834589;
}
</style>
border-color css
<style>
span { border-color: #834589; }
span { border-color: rgb(131,69,137); }
td.TdClassName
{
border-color: #834589;
}
.TagClassName
{
border-color: #834589;
}
</style>