Shades of Vivid Violet #83469A
Tints of Vivid Violet #83469A
RGB
CMYK
RGB Variations
Color information
#83469A (or 0x83469A) is known color: Vivid Violet. HEX triplet: 83, 46 and 9A. RGB value is (131,70,154). Sum of RGB (Red+Green+Blue) = 131+70+154=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #83469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83469A is #7CB965. Grayscale: #616161. Windows color (decimal): -8173926 or 10110595. OLE color: 10110595.
HSL color Cylindrical-coordinate representation of color #83469A: hue angle of 283.57º 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 #83469A is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 70 | 154 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.40 |
| HSL | 283.57º | 0.38% | 0.44% | - |
| HSV(B) | 283.57º | 0.55% | 0.6% | - |
| XYZ | 17.38 | 11.54 | 31.88 | - |
| YUV | 97.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 154 | 0.15 | 0.55 | 0 | 0.40 | 283.57 | 0.38 | 0.44 |
| Hex | 83 | 46 | 9A | F | 37 | 0 | 28 | 11C | 26 | 2C |
| Octal | 203 | 106 | 232 | 17 | 67 | 0 | 50 | 434 | 46 | 54 |
| Binary | 10000011 | 1000110 | 10011010 | 1111 | 110111 | 0 | 101000 | 100011100 | 100110 | 101100 |
Color Harmonies of #83469A
Complementary color
Monochromatic Colors of #83469A
Black with #83469A
Text Example
Text Example
White with #83469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83469A; }
p { color: rgb(131,70,154); }
H1.HeaderClassName
{
color: #83469A;
}
.AnyTagClassName
{
color: #83469A;
}
</style>
background-color css
<style>
a { background-color: #83469A; }
a { background-color: rgb(131,70,154); }
div.DivClassName
{
background-color: #83469A;
}
.BgClassName
{
background-color: #83469A;
}
</style>
border-color css
<style>
span { border-color: #83469A; }
span { border-color: rgb(131,70,154); }
td.TdClassName
{
border-color: #83469A;
}
.TagClassName
{
border-color: #83469A;
}
</style>