Shades of Vivid Violet #8325AD
Tints of Vivid Violet #8325AD
RGB
CMYK
RGB Variations
Color information
#8325AD (or 0x8325AD) is known color: Vivid Violet. HEX triplet: 83, 25 and AD. RGB value is (131,37,173). Sum of RGB (Red+Green+Blue) = 131+37+173=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #8325AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8325AD is #7CDA52. Grayscale: #505050. Windows color (decimal): -8182355 or 11347331. OLE color: 11347331.
HSL color Cylindrical-coordinate representation of color #8325AD: hue angle of 281.47º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8325AD is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 37 | 173 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.32 |
| HSL | 281.47º | 0.65% | 0.41% | - |
| HSV(B) | 281.47º | 0.79% | 0.68% | - |
| XYZ | 17.56 | 9.17 | 40.38 | - |
| YUV | 80.61 | 180.14 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 173 | 0.24 | 0.79 | 0 | 0.32 | 281.47 | 0.65 | 0.41 |
| Hex | 83 | 25 | AD | 18 | 4F | 0 | 20 | 119 | 41 | 29 |
| Octal | 203 | 45 | 255 | 30 | 117 | 0 | 40 | 431 | 101 | 51 |
| Binary | 10000011 | 100101 | 10101101 | 11000 | 1001111 | 0 | 100000 | 100011001 | 1000001 | 101001 |
Color Harmonies of #8325AD
Complementary color
Monochromatic Colors of #8325AD
Black with #8325AD
Text Example
Text Example
White with #8325AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325AD; }
p { color: rgb(131,37,173); }
H1.HeaderClassName
{
color: #8325AD;
}
.AnyTagClassName
{
color: #8325AD;
}
</style>
background-color css
<style>
a { background-color: #8325AD; }
a { background-color: rgb(131,37,173); }
div.DivClassName
{
background-color: #8325AD;
}
.BgClassName
{
background-color: #8325AD;
}
</style>
border-color css
<style>
span { border-color: #8325AD; }
span { border-color: rgb(131,37,173); }
td.TdClassName
{
border-color: #8325AD;
}
.TagClassName
{
border-color: #8325AD;
}
</style>