Shades of Vivid Violet #8325AA
Tints of Vivid Violet #8325AA
RGB
CMYK
RGB Variations
Color information
#8325AA (or 0x8325AA) is known color: Vivid Violet. HEX triplet: 83, 25 and AA. RGB value is (131,37,170). Sum of RGB (Red+Green+Blue) = 131+37+170=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8325AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8325AA is #7CDA55. Grayscale: #4F4F4F. Windows color (decimal): -8182358 or 11150723. OLE color: 11150723.
HSL color Cylindrical-coordinate representation of color #8325AA: hue angle of 282.41º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8325AA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 37 | 170 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.33 |
| HSL | 282.41º | 0.64% | 0.41% | - |
| HSV(B) | 282.41º | 0.78% | 0.67% | - |
| XYZ | 17.28 | 9.05 | 38.87 | - |
| YUV | 80.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 170 | 0.23 | 0.78 | 0 | 0.33 | 282.41 | 0.64 | 0.41 |
| Hex | 83 | 25 | AA | 17 | 4E | 0 | 21 | 11A | 40 | 29 |
| Octal | 203 | 45 | 252 | 27 | 116 | 0 | 41 | 432 | 100 | 51 |
| Binary | 10000011 | 100101 | 10101010 | 10111 | 1001110 | 0 | 100001 | 100011010 | 1000000 | 101001 |
Color Harmonies of #8325AA
Complementary color
Monochromatic Colors of #8325AA
Black with #8325AA
Text Example
Text Example
White with #8325AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325AA; }
p { color: rgb(131,37,170); }
H1.HeaderClassName
{
color: #8325AA;
}
.AnyTagClassName
{
color: #8325AA;
}
</style>
background-color css
<style>
a { background-color: #8325AA; }
a { background-color: rgb(131,37,170); }
div.DivClassName
{
background-color: #8325AA;
}
.BgClassName
{
background-color: #8325AA;
}
</style>
border-color css
<style>
span { border-color: #8325AA; }
span { border-color: rgb(131,37,170); }
td.TdClassName
{
border-color: #8325AA;
}
.TagClassName
{
border-color: #8325AA;
}
</style>