Shades of Vivid Violet #834B8B
Tints of Vivid Violet #834B8B
RGB
CMYK
RGB Variations
Color information
#834B8B (or 0x834B8B) is known color: Vivid Violet. HEX triplet: 83, 4B and 8B. RGB value is (131,75,139). Sum of RGB (Red+Green+Blue) = 131+75+139=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #834B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B8B is #7CB474. Grayscale: #626262. Windows color (decimal): -8172661 or 9128835. OLE color: 9128835.
HSL color Cylindrical-coordinate representation of color #834B8B: hue angle of 292.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834B8B is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 75 | 139 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.45 |
| HSL | 292.5º | 0.3% | 0.42% | - |
| HSV(B) | 292.5º | 0.46% | 0.55% | - |
| XYZ | 16.54 | 11.72 | 25.82 | - |
| YUV | 99.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 139 | 0.06 | 0.46 | 0 | 0.45 | 292.5 | 0.3 | 0.42 |
| Hex | 83 | 4B | 8B | 6 | 2E | 0 | 2D | 124 | 1E | 2A |
| Octal | 203 | 113 | 213 | 6 | 56 | 0 | 55 | 444 | 36 | 52 |
| Binary | 10000011 | 1001011 | 10001011 | 110 | 101110 | 0 | 101101 | 100100100 | 11110 | 101010 |
Color Harmonies of #834B8B
Complementary color
Monochromatic Colors of #834B8B
Black with #834B8B
Text Example
Text Example
White with #834B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B8B; }
p { color: rgb(131,75,139); }
H1.HeaderClassName
{
color: #834B8B;
}
.AnyTagClassName
{
color: #834B8B;
}
</style>
background-color css
<style>
a { background-color: #834B8B; }
a { background-color: rgb(131,75,139); }
div.DivClassName
{
background-color: #834B8B;
}
.BgClassName
{
background-color: #834B8B;
}
</style>
border-color css
<style>
span { border-color: #834B8B; }
span { border-color: rgb(131,75,139); }
td.TdClassName
{
border-color: #834B8B;
}
.TagClassName
{
border-color: #834B8B;
}
</style>