Shades of Vivid Violet #834593
Tints of Vivid Violet #834593
RGB
CMYK
RGB Variations
Color information
#834593 (or 0x834593) is known color: Vivid Violet. HEX triplet: 83, 45 and 93. RGB value is (131,69,147). Sum of RGB (Red+Green+Blue) = 131+69+147=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #834593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834593 is #7CBA6C. Grayscale: #606060. Windows color (decimal): -8174189 or 9651587. OLE color: 9651587.
HSL color Cylindrical-coordinate representation of color #834593: hue angle of 287.69º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834593 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 69 | 147 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.42 |
| HSL | 287.69º | 0.36% | 0.42% | - |
| HSV(B) | 287.69º | 0.53% | 0.58% | - |
| XYZ | 16.75 | 11.19 | 28.88 | - |
| YUV | 96.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 147 | 0.11 | 0.53 | 0 | 0.42 | 287.69 | 0.36 | 0.42 |
| Hex | 83 | 45 | 93 | B | 35 | 0 | 2A | 120 | 24 | 2A |
| Octal | 203 | 105 | 223 | 13 | 65 | 0 | 52 | 440 | 44 | 52 |
| Binary | 10000011 | 1000101 | 10010011 | 1011 | 110101 | 0 | 101010 | 100100000 | 100100 | 101010 |
Color Harmonies of #834593
Complementary color
Monochromatic Colors of #834593
Black with #834593
Text Example
Text Example
White with #834593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834593; }
p { color: rgb(131,69,147); }
H1.HeaderClassName
{
color: #834593;
}
.AnyTagClassName
{
color: #834593;
}
</style>
background-color css
<style>
a { background-color: #834593; }
a { background-color: rgb(131,69,147); }
div.DivClassName
{
background-color: #834593;
}
.BgClassName
{
background-color: #834593;
}
</style>
border-color css
<style>
span { border-color: #834593; }
span { border-color: rgb(131,69,147); }
td.TdClassName
{
border-color: #834593;
}
.TagClassName
{
border-color: #834593;
}
</style>