Shades of Vivid Violet #834693
Tints of Vivid Violet #834693
RGB
CMYK
RGB Variations
Color information
#834693 (or 0x834693) is known color: Vivid Violet. HEX triplet: 83, 46 and 93. RGB value is (131,70,147). Sum of RGB (Red+Green+Blue) = 131+70+147=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #834693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834693 is #7CB96C. Grayscale: #606060. Windows color (decimal): -8173933 or 9651843. OLE color: 9651843.
HSL color Cylindrical-coordinate representation of color #834693: hue angle of 287.53º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834693 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 70 | 147 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.42 |
| HSL | 287.53º | 0.35% | 0.43% | - |
| HSV(B) | 287.53º | 0.52% | 0.58% | - |
| XYZ | 16.82 | 11.31 | 28.9 | - |
| YUV | 97.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 147 | 0.11 | 0.52 | 0 | 0.42 | 287.53 | 0.35 | 0.43 |
| Hex | 83 | 46 | 93 | B | 34 | 0 | 2A | 120 | 23 | 2B |
| Octal | 203 | 106 | 223 | 13 | 64 | 0 | 52 | 440 | 43 | 53 |
| Binary | 10000011 | 1000110 | 10010011 | 1011 | 110100 | 0 | 101010 | 100100000 | 100011 | 101011 |
Color Harmonies of #834693
Complementary color
Monochromatic Colors of #834693
Black with #834693
Text Example
Text Example
White with #834693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834693; }
p { color: rgb(131,70,147); }
H1.HeaderClassName
{
color: #834693;
}
.AnyTagClassName
{
color: #834693;
}
</style>
background-color css
<style>
a { background-color: #834693; }
a { background-color: rgb(131,70,147); }
div.DivClassName
{
background-color: #834693;
}
.BgClassName
{
background-color: #834693;
}
</style>
border-color css
<style>
span { border-color: #834693; }
span { border-color: rgb(131,70,147); }
td.TdClassName
{
border-color: #834693;
}
.TagClassName
{
border-color: #834693;
}
</style>