Shades of Vivid Violet #83399D
Tints of Vivid Violet #83399D
RGB
CMYK
RGB Variations
Color information
#83399D (or 0x83399D) is known color: Vivid Violet. HEX triplet: 83, 39 and 9D. RGB value is (131,57,157). Sum of RGB (Red+Green+Blue) = 131+57+157=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #83399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83399D is #7CC662. Grayscale: #5A5A5A. Windows color (decimal): -8177251 or 10303875. OLE color: 10303875.
HSL color Cylindrical-coordinate representation of color #83399D: hue angle of 284.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83399D is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 57 | 157 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.38 |
| HSL | 284.4º | 0.47% | 0.42% | - |
| HSV(B) | 284.4º | 0.64% | 0.62% | - |
| XYZ | 16.91 | 10.19 | 32.97 | - |
| YUV | 90.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 157 | 0.17 | 0.64 | 0 | 0.38 | 284.4 | 0.47 | 0.42 |
| Hex | 83 | 39 | 9D | 11 | 40 | 0 | 26 | 11C | 2F | 2A |
| Octal | 203 | 71 | 235 | 21 | 100 | 0 | 46 | 434 | 57 | 52 |
| Binary | 10000011 | 111001 | 10011101 | 10001 | 1000000 | 0 | 100110 | 100011100 | 101111 | 101010 |
Color Harmonies of #83399D
Complementary color
Monochromatic Colors of #83399D
Black with #83399D
Text Example
Text Example
White with #83399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83399D; }
p { color: rgb(131,57,157); }
H1.HeaderClassName
{
color: #83399D;
}
.AnyTagClassName
{
color: #83399D;
}
</style>
background-color css
<style>
a { background-color: #83399D; }
a { background-color: rgb(131,57,157); }
div.DivClassName
{
background-color: #83399D;
}
.BgClassName
{
background-color: #83399D;
}
</style>
border-color css
<style>
span { border-color: #83399D; }
span { border-color: rgb(131,57,157); }
td.TdClassName
{
border-color: #83399D;
}
.TagClassName
{
border-color: #83399D;
}
</style>