Shades of Vivid Violet #83459E
Tints of Vivid Violet #83459E
RGB
CMYK
RGB Variations
Color information
#83459E (or 0x83459E) is known color: Vivid Violet. HEX triplet: 83, 45 and 9E. RGB value is (131,69,158). Sum of RGB (Red+Green+Blue) = 131+69+158=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #83459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83459E is #7CBA61. Grayscale: #616161. Windows color (decimal): -8174178 or 10372483. OLE color: 10372483.
HSL color Cylindrical-coordinate representation of color #83459E: hue angle of 281.8º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83459E is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 69 | 158 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.38 |
| HSL | 281.8º | 0.39% | 0.45% | - |
| HSV(B) | 281.8º | 0.56% | 0.62% | - |
| XYZ | 17.66 | 11.55 | 33.65 | - |
| YUV | 97.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 158 | 0.17 | 0.56 | 0 | 0.38 | 281.8 | 0.39 | 0.45 |
| Hex | 83 | 45 | 9E | 11 | 38 | 0 | 26 | 11A | 27 | 2D |
| Octal | 203 | 105 | 236 | 21 | 70 | 0 | 46 | 432 | 47 | 55 |
| Binary | 10000011 | 1000101 | 10011110 | 10001 | 111000 | 0 | 100110 | 100011010 | 100111 | 101101 |
Color Harmonies of #83459E
Complementary color
Monochromatic Colors of #83459E
Black with #83459E
Text Example
Text Example
White with #83459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83459E; }
p { color: rgb(131,69,158); }
H1.HeaderClassName
{
color: #83459E;
}
.AnyTagClassName
{
color: #83459E;
}
</style>
background-color css
<style>
a { background-color: #83459E; }
a { background-color: rgb(131,69,158); }
div.DivClassName
{
background-color: #83459E;
}
.BgClassName
{
background-color: #83459E;
}
</style>
border-color css
<style>
span { border-color: #83459E; }
span { border-color: rgb(131,69,158); }
td.TdClassName
{
border-color: #83459E;
}
.TagClassName
{
border-color: #83459E;
}
</style>