Shades of Vivid Violet #83479E
Tints of Vivid Violet #83479E
RGB
CMYK
RGB Variations
Color information
#83479E (or 0x83479E) is known color: Vivid Violet. HEX triplet: 83, 47 and 9E. RGB value is (131,71,158). Sum of RGB (Red+Green+Blue) = 131+71+158=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #83479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83479E is #7CB861. Grayscale: #626262. Windows color (decimal): -8173666 or 10372995. OLE color: 10372995.
HSL color Cylindrical-coordinate representation of color #83479E: hue angle of 281.38º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83479E is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 71 | 158 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.38 |
| HSL | 281.38º | 0.38% | 0.45% | - |
| HSV(B) | 281.38º | 0.55% | 0.62% | - |
| XYZ | 17.78 | 11.8 | 33.69 | - |
| YUV | 98.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 158 | 0.17 | 0.55 | 0 | 0.38 | 281.38 | 0.38 | 0.45 |
| Hex | 83 | 47 | 9E | 11 | 37 | 0 | 26 | 119 | 26 | 2D |
| Octal | 203 | 107 | 236 | 21 | 67 | 0 | 46 | 431 | 46 | 55 |
| Binary | 10000011 | 1000111 | 10011110 | 10001 | 110111 | 0 | 100110 | 100011001 | 100110 | 101101 |
Color Harmonies of #83479E
Complementary color
Monochromatic Colors of #83479E
Black with #83479E
Text Example
Text Example
White with #83479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83479E; }
p { color: rgb(131,71,158); }
H1.HeaderClassName
{
color: #83479E;
}
.AnyTagClassName
{
color: #83479E;
}
</style>
background-color css
<style>
a { background-color: #83479E; }
a { background-color: rgb(131,71,158); }
div.DivClassName
{
background-color: #83479E;
}
.BgClassName
{
background-color: #83479E;
}
</style>
border-color css
<style>
span { border-color: #83479E; }
span { border-color: rgb(131,71,158); }
td.TdClassName
{
border-color: #83479E;
}
.TagClassName
{
border-color: #83479E;
}
</style>