Shades of Vivid Violet #8325A1
Tints of Vivid Violet #8325A1
RGB
CMYK
RGB Variations
Color information
#8325A1 (or 0x8325A1) is known color: Vivid Violet. HEX triplet: 83, 25 and A1. RGB value is (131,37,161). Sum of RGB (Red+Green+Blue) = 131+37+161=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 161 (63.28% from 255 or 48.94% from 329); Max value from RGB is 161 - color contains mainly: blue. Hex color #8325A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8325A1 is #7CDA5E. Grayscale: #4E4E4E. Windows color (decimal): -8182367 or 10560899. OLE color: 10560899.
HSL color Cylindrical-coordinate representation of color #8325A1: hue angle of 285.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8325A1 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 37 | 161 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.37 |
| HSL | 285.48º | 0.63% | 0.39% | - |
| HSV(B) | 285.48º | 0.77% | 0.63% | - |
| XYZ | 16.45 | 8.72 | 34.53 | - |
| YUV | 79.24 | 174.14 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 161 | 0.19 | 0.77 | 0 | 0.37 | 285.48 | 0.63 | 0.39 |
| Hex | 83 | 25 | A1 | 13 | 4D | 0 | 25 | 11D | 3F | 27 |
| Octal | 203 | 45 | 241 | 23 | 115 | 0 | 45 | 435 | 77 | 47 |
| Binary | 10000011 | 100101 | 10100001 | 10011 | 1001101 | 0 | 100101 | 100011101 | 111111 | 100111 |
Color Harmonies of #8325A1
Complementary color
Monochromatic Colors of #8325A1
Black with #8325A1
Text Example
Text Example
White with #8325A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325A1; }
p { color: rgb(131,37,161); }
H1.HeaderClassName
{
color: #8325A1;
}
.AnyTagClassName
{
color: #8325A1;
}
</style>
background-color css
<style>
a { background-color: #8325A1; }
a { background-color: rgb(131,37,161); }
div.DivClassName
{
background-color: #8325A1;
}
.BgClassName
{
background-color: #8325A1;
}
</style>
border-color css
<style>
span { border-color: #8325A1; }
span { border-color: rgb(131,37,161); }
td.TdClassName
{
border-color: #8325A1;
}
.TagClassName
{
border-color: #8325A1;
}
</style>