Shades of Vivid Violet #834A9A
Tints of Vivid Violet #834A9A
RGB
CMYK
RGB Variations
Color information
#834A9A (or 0x834A9A) is known color: Vivid Violet. HEX triplet: 83, 4A and 9A. RGB value is (131,74,154). Sum of RGB (Red+Green+Blue) = 131+74+154=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #834A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A9A is #7CB565. Grayscale: #636363. Windows color (decimal): -8172902 or 10111619. OLE color: 10111619.
HSL color Cylindrical-coordinate representation of color #834A9A: hue angle of 282.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834A9A is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 74 | 154 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.40 |
| HSL | 282.75º | 0.35% | 0.45% | - |
| HSV(B) | 282.75º | 0.52% | 0.6% | - |
| XYZ | 17.64 | 12.06 | 31.97 | - |
| YUV | 100.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 154 | 0.15 | 0.52 | 0 | 0.40 | 282.75 | 0.35 | 0.45 |
| Hex | 83 | 4A | 9A | F | 34 | 0 | 28 | 11B | 23 | 2D |
| Octal | 203 | 112 | 232 | 17 | 64 | 0 | 50 | 433 | 43 | 55 |
| Binary | 10000011 | 1001010 | 10011010 | 1111 | 110100 | 0 | 101000 | 100011011 | 100011 | 101101 |
Color Harmonies of #834A9A
Complementary color
Monochromatic Colors of #834A9A
Black with #834A9A
Text Example
Text Example
White with #834A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A9A; }
p { color: rgb(131,74,154); }
H1.HeaderClassName
{
color: #834A9A;
}
.AnyTagClassName
{
color: #834A9A;
}
</style>
background-color css
<style>
a { background-color: #834A9A; }
a { background-color: rgb(131,74,154); }
div.DivClassName
{
background-color: #834A9A;
}
.BgClassName
{
background-color: #834A9A;
}
</style>
border-color css
<style>
span { border-color: #834A9A; }
span { border-color: rgb(131,74,154); }
td.TdClassName
{
border-color: #834A9A;
}
.TagClassName
{
border-color: #834A9A;
}
</style>