Shades of Vivid Violet #834490
Tints of Vivid Violet #834490
RGB
CMYK
RGB Variations
Color information
#834490 (or 0x834490) is known color: Vivid Violet. HEX triplet: 83, 44 and 90. RGB value is (131,68,144). Sum of RGB (Red+Green+Blue) = 131+68+144=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #834490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834490 is #7CBB6F. Grayscale: #5F5F5F. Windows color (decimal): -8174448 or 9454723. OLE color: 9454723.
HSL color Cylindrical-coordinate representation of color #834490: hue angle of 289.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834490 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 68 | 144 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.44 |
| HSL | 289.74º | 0.36% | 0.42% | - |
| HSV(B) | 289.74º | 0.53% | 0.56% | - |
| XYZ | 16.46 | 10.97 | 27.64 | - |
| YUV | 95.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 144 | 0.09 | 0.53 | 0 | 0.44 | 289.74 | 0.36 | 0.42 |
| Hex | 83 | 44 | 90 | 9 | 35 | 0 | 2C | 122 | 24 | 2A |
| Octal | 203 | 104 | 220 | 11 | 65 | 0 | 54 | 442 | 44 | 52 |
| Binary | 10000011 | 1000100 | 10010000 | 1001 | 110101 | 0 | 101100 | 100100010 | 100100 | 101010 |
Color Harmonies of #834490
Complementary color
Monochromatic Colors of #834490
Black with #834490
Text Example
Text Example
White with #834490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834490; }
p { color: rgb(131,68,144); }
H1.HeaderClassName
{
color: #834490;
}
.AnyTagClassName
{
color: #834490;
}
</style>
background-color css
<style>
a { background-color: #834490; }
a { background-color: rgb(131,68,144); }
div.DivClassName
{
background-color: #834490;
}
.BgClassName
{
background-color: #834490;
}
</style>
border-color css
<style>
span { border-color: #834490; }
span { border-color: rgb(131,68,144); }
td.TdClassName
{
border-color: #834490;
}
.TagClassName
{
border-color: #834490;
}
</style>