Shades of Vivid Violet #8329AD
Tints of Vivid Violet #8329AD
RGB
CMYK
RGB Variations
Color information
#8329AD (or 0x8329AD) is known color: Vivid Violet. HEX triplet: 83, 29 and AD. RGB value is (131,41,173). Sum of RGB (Red+Green+Blue) = 131+41+173=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #8329AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8329AD is #7CD652. Grayscale: #525252. Windows color (decimal): -8181331 or 11348355. OLE color: 11348355.
HSL color Cylindrical-coordinate representation of color #8329AD: hue angle of 280.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8329AD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 41 | 173 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.32 |
| HSL | 280.91º | 0.62% | 0.42% | - |
| HSV(B) | 280.91º | 0.76% | 0.68% | - |
| XYZ | 17.7 | 9.43 | 40.42 | - |
| YUV | 82.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 173 | 0.24 | 0.76 | 0 | 0.32 | 280.91 | 0.62 | 0.42 |
| Hex | 83 | 29 | AD | 18 | 4C | 0 | 20 | 119 | 3E | 2A |
| Octal | 203 | 51 | 255 | 30 | 114 | 0 | 40 | 431 | 76 | 52 |
| Binary | 10000011 | 101001 | 10101101 | 11000 | 1001100 | 0 | 100000 | 100011001 | 111110 | 101010 |
Color Harmonies of #8329AD
Complementary color
Monochromatic Colors of #8329AD
Black with #8329AD
Text Example
Text Example
White with #8329AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329AD; }
p { color: rgb(131,41,173); }
H1.HeaderClassName
{
color: #8329AD;
}
.AnyTagClassName
{
color: #8329AD;
}
</style>
background-color css
<style>
a { background-color: #8329AD; }
a { background-color: rgb(131,41,173); }
div.DivClassName
{
background-color: #8329AD;
}
.BgClassName
{
background-color: #8329AD;
}
</style>
border-color css
<style>
span { border-color: #8329AD; }
span { border-color: rgb(131,41,173); }
td.TdClassName
{
border-color: #8329AD;
}
.TagClassName
{
border-color: #8329AD;
}
</style>