Shades of Vivid Violet #834A90
Tints of Vivid Violet #834A90
RGB
CMYK
RGB Variations
Color information
#834A90 (or 0x834A90) is known color: Vivid Violet. HEX triplet: 83, 4A and 90. RGB value is (131,74,144). Sum of RGB (Red+Green+Blue) = 131+74+144=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #834A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A90 is #7CB56F. Grayscale: #626262. Windows color (decimal): -8172912 or 9456259. OLE color: 9456259.
HSL color Cylindrical-coordinate representation of color #834A90: hue angle of 288.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834A90 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 74 | 144 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.44 |
| HSL | 288.86º | 0.32% | 0.43% | - |
| HSV(B) | 288.86º | 0.49% | 0.56% | - |
| XYZ | 16.84 | 11.74 | 27.76 | - |
| YUV | 99.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 144 | 0.09 | 0.49 | 0 | 0.44 | 288.86 | 0.32 | 0.43 |
| Hex | 83 | 4A | 90 | 9 | 31 | 0 | 2C | 121 | 20 | 2B |
| Octal | 203 | 112 | 220 | 11 | 61 | 0 | 54 | 441 | 40 | 53 |
| Binary | 10000011 | 1001010 | 10010000 | 1001 | 110001 | 0 | 101100 | 100100001 | 100000 | 101011 |
Color Harmonies of #834A90
Complementary color
Monochromatic Colors of #834A90
Black with #834A90
Text Example
Text Example
White with #834A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A90; }
p { color: rgb(131,74,144); }
H1.HeaderClassName
{
color: #834A90;
}
.AnyTagClassName
{
color: #834A90;
}
</style>
background-color css
<style>
a { background-color: #834A90; }
a { background-color: rgb(131,74,144); }
div.DivClassName
{
background-color: #834A90;
}
.BgClassName
{
background-color: #834A90;
}
</style>
border-color css
<style>
span { border-color: #834A90; }
span { border-color: rgb(131,74,144); }
td.TdClassName
{
border-color: #834A90;
}
.TagClassName
{
border-color: #834A90;
}
</style>