Shades of Vivid Violet #83328A
Tints of Vivid Violet #83328A
RGB
CMYK
RGB Variations
Color information
#83328A (or 0x83328A) is known color: Vivid Violet. HEX triplet: 83, 32 and 8A. RGB value is (131,50,138). Sum of RGB (Red+Green+Blue) = 131+50+138=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #83328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83328A is #7CCD75. Grayscale: #535353. Windows color (decimal): -8179062 or 9056899. OLE color: 9056899.
HSL color Cylindrical-coordinate representation of color #83328A: hue angle of 295.23º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83328A is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 50 | 138 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.46 |
| HSL | 295.23º | 0.47% | 0.37% | - |
| HSV(B) | 295.23º | 0.64% | 0.54% | - |
| XYZ | 15.09 | 8.94 | 24.98 | - |
| YUV | 84.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 138 | 0.05 | 0.64 | 0 | 0.46 | 295.23 | 0.47 | 0.37 |
| Hex | 83 | 32 | 8A | 5 | 40 | 0 | 2E | 127 | 2F | 25 |
| Octal | 203 | 62 | 212 | 5 | 100 | 0 | 56 | 447 | 57 | 45 |
| Binary | 10000011 | 110010 | 10001010 | 101 | 1000000 | 0 | 101110 | 100100111 | 101111 | 100101 |
Color Harmonies of #83328A
Complementary color
Monochromatic Colors of #83328A
Black with #83328A
Text Example
Text Example
White with #83328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83328A; }
p { color: rgb(131,50,138); }
H1.HeaderClassName
{
color: #83328A;
}
.AnyTagClassName
{
color: #83328A;
}
</style>
background-color css
<style>
a { background-color: #83328A; }
a { background-color: rgb(131,50,138); }
div.DivClassName
{
background-color: #83328A;
}
.BgClassName
{
background-color: #83328A;
}
</style>
border-color css
<style>
span { border-color: #83328A; }
span { border-color: rgb(131,50,138); }
td.TdClassName
{
border-color: #83328A;
}
.TagClassName
{
border-color: #83328A;
}
</style>