Shades of Vivid Violet #83498C
Tints of Vivid Violet #83498C
RGB
CMYK
RGB Variations
Color information
#83498C (or 0x83498C) is known color: Vivid Violet. HEX triplet: 83, 49 and 8C. RGB value is (131,73,140). Sum of RGB (Red+Green+Blue) = 131+73+140=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #83498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83498C is #7CB673. Grayscale: #616161. Windows color (decimal): -8173172 or 9193859. OLE color: 9193859.
HSL color Cylindrical-coordinate representation of color #83498C: hue angle of 291.94º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83498C is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 73 | 140 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.45 |
| HSL | 291.94º | 0.31% | 0.42% | - |
| HSV(B) | 291.94º | 0.48% | 0.55% | - |
| XYZ | 16.48 | 11.48 | 26.16 | - |
| YUV | 97.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 140 | 0.06 | 0.48 | 0 | 0.45 | 291.94 | 0.31 | 0.42 |
| Hex | 83 | 49 | 8C | 6 | 30 | 0 | 2D | 124 | 1F | 2A |
| Octal | 203 | 111 | 214 | 6 | 60 | 0 | 55 | 444 | 37 | 52 |
| Binary | 10000011 | 1001001 | 10001100 | 110 | 110000 | 0 | 101101 | 100100100 | 11111 | 101010 |
Color Harmonies of #83498C
Complementary color
Monochromatic Colors of #83498C
Black with #83498C
Text Example
Text Example
White with #83498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83498C; }
p { color: rgb(131,73,140); }
H1.HeaderClassName
{
color: #83498C;
}
.AnyTagClassName
{
color: #83498C;
}
</style>
background-color css
<style>
a { background-color: #83498C; }
a { background-color: rgb(131,73,140); }
div.DivClassName
{
background-color: #83498C;
}
.BgClassName
{
background-color: #83498C;
}
</style>
border-color css
<style>
span { border-color: #83498C; }
span { border-color: rgb(131,73,140); }
td.TdClassName
{
border-color: #83498C;
}
.TagClassName
{
border-color: #83498C;
}
</style>