Shades of Vivid Violet #83498D
Tints of Vivid Violet #83498D
RGB
CMYK
RGB Variations
Color information
#83498D (or 0x83498D) is known color: Vivid Violet. HEX triplet: 83, 49 and 8D. RGB value is (131,73,141). Sum of RGB (Red+Green+Blue) = 131+73+141=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #83498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83498D is #7CB672. Grayscale: #616161. Windows color (decimal): -8173171 or 9259395. OLE color: 9259395.
HSL color Cylindrical-coordinate representation of color #83498D: hue angle of 291.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83498D is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 73 | 141 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.45 |
| HSL | 291.18º | 0.32% | 0.42% | - |
| HSV(B) | 291.18º | 0.48% | 0.55% | - |
| XYZ | 16.55 | 11.51 | 26.55 | - |
| YUV | 98.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 141 | 0.07 | 0.48 | 0 | 0.45 | 291.18 | 0.32 | 0.42 |
| Hex | 83 | 49 | 8D | 7 | 30 | 0 | 2D | 123 | 20 | 2A |
| Octal | 203 | 111 | 215 | 7 | 60 | 0 | 55 | 443 | 40 | 52 |
| Binary | 10000011 | 1001001 | 10001101 | 111 | 110000 | 0 | 101101 | 100100011 | 100000 | 101010 |
Color Harmonies of #83498D
Complementary color
Monochromatic Colors of #83498D
Black with #83498D
Text Example
Text Example
White with #83498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83498D; }
p { color: rgb(131,73,141); }
H1.HeaderClassName
{
color: #83498D;
}
.AnyTagClassName
{
color: #83498D;
}
</style>
background-color css
<style>
a { background-color: #83498D; }
a { background-color: rgb(131,73,141); }
div.DivClassName
{
background-color: #83498D;
}
.BgClassName
{
background-color: #83498D;
}
</style>
border-color css
<style>
span { border-color: #83498D; }
span { border-color: rgb(131,73,141); }
td.TdClassName
{
border-color: #83498D;
}
.TagClassName
{
border-color: #83498D;
}
</style>