Shades of Vivid Violet #834B9A
Tints of Vivid Violet #834B9A
RGB
CMYK
RGB Variations
Color information
#834B9A (or 0x834B9A) is known color: Vivid Violet. HEX triplet: 83, 4B and 9A. RGB value is (131,75,154). Sum of RGB (Red+Green+Blue) = 131+75+154=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #834B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B9A is #7CB465. Grayscale: #646464. Windows color (decimal): -8172646 or 10111875. OLE color: 10111875.
HSL color Cylindrical-coordinate representation of color #834B9A: hue angle of 282.53º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834B9A is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 75 | 154 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.40 |
| HSL | 282.53º | 0.34% | 0.45% | - |
| HSV(B) | 282.53º | 0.51% | 0.6% | - |
| XYZ | 17.71 | 12.19 | 31.99 | - |
| YUV | 100.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 154 | 0.15 | 0.51 | 0 | 0.40 | 282.53 | 0.34 | 0.45 |
| Hex | 83 | 4B | 9A | F | 33 | 0 | 28 | 11B | 22 | 2D |
| Octal | 203 | 113 | 232 | 17 | 63 | 0 | 50 | 433 | 42 | 55 |
| Binary | 10000011 | 1001011 | 10011010 | 1111 | 110011 | 0 | 101000 | 100011011 | 100010 | 101101 |
Color Harmonies of #834B9A
Complementary color
Monochromatic Colors of #834B9A
Black with #834B9A
Text Example
Text Example
White with #834B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B9A; }
p { color: rgb(131,75,154); }
H1.HeaderClassName
{
color: #834B9A;
}
.AnyTagClassName
{
color: #834B9A;
}
</style>
background-color css
<style>
a { background-color: #834B9A; }
a { background-color: rgb(131,75,154); }
div.DivClassName
{
background-color: #834B9A;
}
.BgClassName
{
background-color: #834B9A;
}
</style>
border-color css
<style>
span { border-color: #834B9A; }
span { border-color: rgb(131,75,154); }
td.TdClassName
{
border-color: #834B9A;
}
.TagClassName
{
border-color: #834B9A;
}
</style>