Shades of Vivid Violet #834989
Tints of Vivid Violet #834989
RGB
CMYK
RGB Variations
Color information
#834989 (or 0x834989) is known color: Vivid Violet. HEX triplet: 83, 49 and 89. RGB value is (131,73,137). Sum of RGB (Red+Green+Blue) = 131+73+137=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #834989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834989 is #7CB676. Grayscale: #616161. Windows color (decimal): -8173175 or 8997251. OLE color: 8997251.
HSL color Cylindrical-coordinate representation of color #834989: hue angle of 294.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834989 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 73 | 137 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.46 |
| HSL | 294.38º | 0.3% | 0.41% | - |
| HSV(B) | 294.38º | 0.47% | 0.54% | - |
| XYZ | 16.26 | 11.4 | 25.01 | - |
| YUV | 97.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 137 | 0.04 | 0.47 | 0 | 0.46 | 294.38 | 0.3 | 0.41 |
| Hex | 83 | 49 | 89 | 4 | 2F | 0 | 2E | 126 | 1E | 29 |
| Octal | 203 | 111 | 211 | 4 | 57 | 0 | 56 | 446 | 36 | 51 |
| Binary | 10000011 | 1001001 | 10001001 | 100 | 101111 | 0 | 101110 | 100100110 | 11110 | 101001 |
Color Harmonies of #834989
Complementary color
Monochromatic Colors of #834989
Black with #834989
Text Example
Text Example
White with #834989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834989; }
p { color: rgb(131,73,137); }
H1.HeaderClassName
{
color: #834989;
}
.AnyTagClassName
{
color: #834989;
}
</style>
background-color css
<style>
a { background-color: #834989; }
a { background-color: rgb(131,73,137); }
div.DivClassName
{
background-color: #834989;
}
.BgClassName
{
background-color: #834989;
}
</style>
border-color css
<style>
span { border-color: #834989; }
span { border-color: rgb(131,73,137); }
td.TdClassName
{
border-color: #834989;
}
.TagClassName
{
border-color: #834989;
}
</style>