Shades of Vivid Violet #834B93
Tints of Vivid Violet #834B93
RGB
CMYK
RGB Variations
Color information
#834B93 (or 0x834B93) is known color: Vivid Violet. HEX triplet: 83, 4B and 93. RGB value is (131,75,147). Sum of RGB (Red+Green+Blue) = 131+75+147=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #834B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B93 is #7CB46C. Grayscale: #636363. Windows color (decimal): -8172653 or 9653123. OLE color: 9653123.
HSL color Cylindrical-coordinate representation of color #834B93: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834B93 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 75 | 147 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.42 |
| HSL | 286.67º | 0.32% | 0.44% | - |
| HSV(B) | 286.67º | 0.49% | 0.58% | - |
| XYZ | 17.14 | 11.96 | 29.01 | - |
| YUV | 99.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 147 | 0.11 | 0.49 | 0 | 0.42 | 286.67 | 0.32 | 0.44 |
| Hex | 83 | 4B | 93 | B | 31 | 0 | 2A | 11F | 20 | 2C |
| Octal | 203 | 113 | 223 | 13 | 61 | 0 | 52 | 437 | 40 | 54 |
| Binary | 10000011 | 1001011 | 10010011 | 1011 | 110001 | 0 | 101010 | 100011111 | 100000 | 101100 |
Color Harmonies of #834B93
Complementary color
Monochromatic Colors of #834B93
Black with #834B93
Text Example
Text Example
White with #834B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B93; }
p { color: rgb(131,75,147); }
H1.HeaderClassName
{
color: #834B93;
}
.AnyTagClassName
{
color: #834B93;
}
</style>
background-color css
<style>
a { background-color: #834B93; }
a { background-color: rgb(131,75,147); }
div.DivClassName
{
background-color: #834B93;
}
.BgClassName
{
background-color: #834B93;
}
</style>
border-color css
<style>
span { border-color: #834B93; }
span { border-color: rgb(131,75,147); }
td.TdClassName
{
border-color: #834B93;
}
.TagClassName
{
border-color: #834B93;
}
</style>