Shades of Vivid Violet #834B8D
Tints of Vivid Violet #834B8D
RGB
CMYK
RGB Variations
Color information
#834B8D (or 0x834B8D) is known color: Vivid Violet. HEX triplet: 83, 4B and 8D. RGB value is (131,75,141). Sum of RGB (Red+Green+Blue) = 131+75+141=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #834B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B8D is #7CB472. Grayscale: #636363. Windows color (decimal): -8172659 or 9259907. OLE color: 9259907.
HSL color Cylindrical-coordinate representation of color #834B8D: hue angle of 290.91º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834B8D is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 75 | 141 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.45 |
| HSL | 290.91º | 0.31% | 0.42% | - |
| HSV(B) | 290.91º | 0.47% | 0.55% | - |
| XYZ | 16.68 | 11.78 | 26.59 | - |
| YUV | 99.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 141 | 0.07 | 0.47 | 0 | 0.45 | 290.91 | 0.31 | 0.42 |
| Hex | 83 | 4B | 8D | 7 | 2F | 0 | 2D | 123 | 1F | 2A |
| Octal | 203 | 113 | 215 | 7 | 57 | 0 | 55 | 443 | 37 | 52 |
| Binary | 10000011 | 1001011 | 10001101 | 111 | 101111 | 0 | 101101 | 100100011 | 11111 | 101010 |
Color Harmonies of #834B8D
Complementary color
Monochromatic Colors of #834B8D
Black with #834B8D
Text Example
Text Example
White with #834B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B8D; }
p { color: rgb(131,75,141); }
H1.HeaderClassName
{
color: #834B8D;
}
.AnyTagClassName
{
color: #834B8D;
}
</style>
background-color css
<style>
a { background-color: #834B8D; }
a { background-color: rgb(131,75,141); }
div.DivClassName
{
background-color: #834B8D;
}
.BgClassName
{
background-color: #834B8D;
}
</style>
border-color css
<style>
span { border-color: #834B8D; }
span { border-color: rgb(131,75,141); }
td.TdClassName
{
border-color: #834B8D;
}
.TagClassName
{
border-color: #834B8D;
}
</style>