Shades of Vivid Violet #83459A
Tints of Vivid Violet #83459A
RGB
CMYK
RGB Variations
Color information
#83459A (or 0x83459A) is known color: Vivid Violet. HEX triplet: 83, 45 and 9A. RGB value is (131,69,154). Sum of RGB (Red+Green+Blue) = 131+69+154=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #83459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83459A is #7CBA65. Grayscale: #606060. Windows color (decimal): -8174182 or 10110339. OLE color: 10110339.
HSL color Cylindrical-coordinate representation of color #83459A: hue angle of 283.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83459A is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 69 | 154 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.40 |
| HSL | 283.76º | 0.38% | 0.44% | - |
| HSV(B) | 283.76º | 0.55% | 0.6% | - |
| XYZ | 17.32 | 11.41 | 31.86 | - |
| YUV | 97.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 154 | 0.15 | 0.55 | 0 | 0.40 | 283.76 | 0.38 | 0.44 |
| Hex | 83 | 45 | 9A | F | 37 | 0 | 28 | 11C | 26 | 2C |
| Octal | 203 | 105 | 232 | 17 | 67 | 0 | 50 | 434 | 46 | 54 |
| Binary | 10000011 | 1000101 | 10011010 | 1111 | 110111 | 0 | 101000 | 100011100 | 100110 | 101100 |
Color Harmonies of #83459A
Complementary color
Monochromatic Colors of #83459A
Black with #83459A
Text Example
Text Example
White with #83459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83459A; }
p { color: rgb(131,69,154); }
H1.HeaderClassName
{
color: #83459A;
}
.AnyTagClassName
{
color: #83459A;
}
</style>
background-color css
<style>
a { background-color: #83459A; }
a { background-color: rgb(131,69,154); }
div.DivClassName
{
background-color: #83459A;
}
.BgClassName
{
background-color: #83459A;
}
</style>
border-color css
<style>
span { border-color: #83459A; }
span { border-color: rgb(131,69,154); }
td.TdClassName
{
border-color: #83459A;
}
.TagClassName
{
border-color: #83459A;
}
</style>