Shades of Vivid Violet #83389F
Tints of Vivid Violet #83389F
RGB
CMYK
RGB Variations
Color information
#83389F (or 0x83389F) is known color: Vivid Violet. HEX triplet: 83, 38 and 9F. RGB value is (131,56,159). Sum of RGB (Red+Green+Blue) = 131+56+159=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #83389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83389F is #7CC760. Grayscale: #595959. Windows color (decimal): -8177505 or 10434691. OLE color: 10434691.
HSL color Cylindrical-coordinate representation of color #83389F: hue angle of 283.69º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83389F is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 56 | 159 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.38 |
| HSL | 283.69º | 0.48% | 0.42% | - |
| HSV(B) | 283.69º | 0.65% | 0.62% | - |
| XYZ | 17.03 | 10.16 | 33.86 | - |
| YUV | 90.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 159 | 0.18 | 0.65 | 0 | 0.38 | 283.69 | 0.48 | 0.42 |
| Hex | 83 | 38 | 9F | 12 | 41 | 0 | 26 | 11C | 30 | 2A |
| Octal | 203 | 70 | 237 | 22 | 101 | 0 | 46 | 434 | 60 | 52 |
| Binary | 10000011 | 111000 | 10011111 | 10010 | 1000001 | 0 | 100110 | 100011100 | 110000 | 101010 |
Color Harmonies of #83389F
Complementary color
Monochromatic Colors of #83389F
Black with #83389F
Text Example
Text Example
White with #83389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83389F; }
p { color: rgb(131,56,159); }
H1.HeaderClassName
{
color: #83389F;
}
.AnyTagClassName
{
color: #83389F;
}
</style>
background-color css
<style>
a { background-color: #83389F; }
a { background-color: rgb(131,56,159); }
div.DivClassName
{
background-color: #83389F;
}
.BgClassName
{
background-color: #83389F;
}
</style>
border-color css
<style>
span { border-color: #83389F; }
span { border-color: rgb(131,56,159); }
td.TdClassName
{
border-color: #83389F;
}
.TagClassName
{
border-color: #83389F;
}
</style>