Shades of Vivid Violet #834189
Tints of Vivid Violet #834189
RGB
CMYK
RGB Variations
Color information
#834189 (or 0x834189) is known color: Vivid Violet. HEX triplet: 83, 41 and 89. RGB value is (131,65,137). Sum of RGB (Red+Green+Blue) = 131+65+137=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #834189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834189 is #7CBE76. Grayscale: #5C5C5C. Windows color (decimal): -8175223 or 8995203. OLE color: 8995203.
HSL color Cylindrical-coordinate representation of color #834189: hue angle of 295º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834189 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 65 | 137 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.46 |
| HSL | 295º | 0.36% | 0.4% | - |
| HSV(B) | 295º | 0.53% | 0.54% | - |
| XYZ | 15.77 | 10.41 | 24.85 | - |
| YUV | 92.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 137 | 0.04 | 0.53 | 0 | 0.46 | 295 | 0.36 | 0.4 |
| Hex | 83 | 41 | 89 | 4 | 35 | 0 | 2E | 127 | 24 | 28 |
| Octal | 203 | 101 | 211 | 4 | 65 | 0 | 56 | 447 | 44 | 50 |
| Binary | 10000011 | 1000001 | 10001001 | 100 | 110101 | 0 | 101110 | 100100111 | 100100 | 101000 |
Color Harmonies of #834189
Complementary color
Monochromatic Colors of #834189
Black with #834189
Text Example
Text Example
White with #834189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834189; }
p { color: rgb(131,65,137); }
H1.HeaderClassName
{
color: #834189;
}
.AnyTagClassName
{
color: #834189;
}
</style>
background-color css
<style>
a { background-color: #834189; }
a { background-color: rgb(131,65,137); }
div.DivClassName
{
background-color: #834189;
}
.BgClassName
{
background-color: #834189;
}
</style>
border-color css
<style>
span { border-color: #834189; }
span { border-color: rgb(131,65,137); }
td.TdClassName
{
border-color: #834189;
}
.TagClassName
{
border-color: #834189;
}
</style>