Shades of Vivid Violet #83488C
Tints of Vivid Violet #83488C
RGB
CMYK
RGB Variations
Color information
#83488C (or 0x83488C) is known color: Vivid Violet. HEX triplet: 83, 48 and 8C. RGB value is (131,72,140). Sum of RGB (Red+Green+Blue) = 131+72+140=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #83488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83488C is #7CB773. Grayscale: #616161. Windows color (decimal): -8173428 or 9193603. OLE color: 9193603.
HSL color Cylindrical-coordinate representation of color #83488C: hue angle of 292.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83488C is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 72 | 140 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.45 |
| HSL | 292.06º | 0.32% | 0.42% | - |
| HSV(B) | 292.06º | 0.49% | 0.55% | - |
| XYZ | 16.41 | 11.35 | 26.14 | - |
| YUV | 97.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 140 | 0.06 | 0.49 | 0 | 0.45 | 292.06 | 0.32 | 0.42 |
| Hex | 83 | 48 | 8C | 6 | 31 | 0 | 2D | 124 | 20 | 2A |
| Octal | 203 | 110 | 214 | 6 | 61 | 0 | 55 | 444 | 40 | 52 |
| Binary | 10000011 | 1001000 | 10001100 | 110 | 110001 | 0 | 101101 | 100100100 | 100000 | 101010 |
Color Harmonies of #83488C
Complementary color
Monochromatic Colors of #83488C
Black with #83488C
Text Example
Text Example
White with #83488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83488C; }
p { color: rgb(131,72,140); }
H1.HeaderClassName
{
color: #83488C;
}
.AnyTagClassName
{
color: #83488C;
}
</style>
background-color css
<style>
a { background-color: #83488C; }
a { background-color: rgb(131,72,140); }
div.DivClassName
{
background-color: #83488C;
}
.BgClassName
{
background-color: #83488C;
}
</style>
border-color css
<style>
span { border-color: #83488C; }
span { border-color: rgb(131,72,140); }
td.TdClassName
{
border-color: #83488C;
}
.TagClassName
{
border-color: #83488C;
}
</style>