Shades of Vivid Violet #8329AA
Tints of Vivid Violet #8329AA
RGB
CMYK
RGB Variations
Color information
#8329AA (or 0x8329AA) is known color: Vivid Violet. HEX triplet: 83, 29 and AA. RGB value is (131,41,170). Sum of RGB (Red+Green+Blue) = 131+41+170=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #8329AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8329AA is #7CD655. Grayscale: #525252. Windows color (decimal): -8181334 or 11151747. OLE color: 11151747.
HSL color Cylindrical-coordinate representation of color #8329AA: hue angle of 281.86º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8329AA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 41 | 170 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.33 |
| HSL | 281.86º | 0.61% | 0.41% | - |
| HSV(B) | 281.86º | 0.76% | 0.67% | - |
| XYZ | 17.41 | 9.31 | 38.91 | - |
| YUV | 82.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 170 | 0.23 | 0.76 | 0 | 0.33 | 281.86 | 0.61 | 0.41 |
| Hex | 83 | 29 | AA | 17 | 4C | 0 | 21 | 11A | 3D | 29 |
| Octal | 203 | 51 | 252 | 27 | 114 | 0 | 41 | 432 | 75 | 51 |
| Binary | 10000011 | 101001 | 10101010 | 10111 | 1001100 | 0 | 100001 | 100011010 | 111101 | 101001 |
Color Harmonies of #8329AA
Complementary color
Monochromatic Colors of #8329AA
Black with #8329AA
Text Example
Text Example
White with #8329AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329AA; }
p { color: rgb(131,41,170); }
H1.HeaderClassName
{
color: #8329AA;
}
.AnyTagClassName
{
color: #8329AA;
}
</style>
background-color css
<style>
a { background-color: #8329AA; }
a { background-color: rgb(131,41,170); }
div.DivClassName
{
background-color: #8329AA;
}
.BgClassName
{
background-color: #8329AA;
}
</style>
border-color css
<style>
span { border-color: #8329AA; }
span { border-color: rgb(131,41,170); }
td.TdClassName
{
border-color: #8329AA;
}
.TagClassName
{
border-color: #8329AA;
}
</style>