Shades of Vivid Violet #83479F
Tints of Vivid Violet #83479F
RGB
CMYK
RGB Variations
Color information
#83479F (or 0x83479F) is known color: Vivid Violet. HEX triplet: 83, 47 and 9F. RGB value is (131,71,159). Sum of RGB (Red+Green+Blue) = 131+71+159=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #83479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83479F is #7CB860. Grayscale: #626262. Windows color (decimal): -8173665 or 10438531. OLE color: 10438531.
HSL color Cylindrical-coordinate representation of color #83479F: hue angle of 280.91º 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 #83479F is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 71 | 159 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.38 |
| HSL | 280.91º | 0.38% | 0.45% | - |
| HSV(B) | 280.91º | 0.55% | 0.62% | - |
| XYZ | 17.87 | 11.83 | 34.14 | - |
| YUV | 98.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 159 | 0.18 | 0.55 | 0 | 0.38 | 280.91 | 0.38 | 0.45 |
| Hex | 83 | 47 | 9F | 12 | 37 | 0 | 26 | 119 | 26 | 2D |
| Octal | 203 | 107 | 237 | 22 | 67 | 0 | 46 | 431 | 46 | 55 |
| Binary | 10000011 | 1000111 | 10011111 | 10010 | 110111 | 0 | 100110 | 100011001 | 100110 | 101101 |
Color Harmonies of #83479F
Complementary color
Monochromatic Colors of #83479F
Black with #83479F
Text Example
Text Example
White with #83479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83479F; }
p { color: rgb(131,71,159); }
H1.HeaderClassName
{
color: #83479F;
}
.AnyTagClassName
{
color: #83479F;
}
</style>
background-color css
<style>
a { background-color: #83479F; }
a { background-color: rgb(131,71,159); }
div.DivClassName
{
background-color: #83479F;
}
.BgClassName
{
background-color: #83479F;
}
</style>
border-color css
<style>
span { border-color: #83479F; }
span { border-color: rgb(131,71,159); }
td.TdClassName
{
border-color: #83479F;
}
.TagClassName
{
border-color: #83479F;
}
</style>