Shades of Vivid Violet #8325AF
Tints of Vivid Violet #8325AF
RGB
CMYK
RGB Variations
Color information
#8325AF (or 0x8325AF) is known color: Vivid Violet. HEX triplet: 83, 25 and AF. RGB value is (131,37,175). Sum of RGB (Red+Green+Blue) = 131+37+175=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #8325AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8325AF is #7CDA50. Grayscale: #505050. Windows color (decimal): -8182353 or 11478403. OLE color: 11478403.
HSL color Cylindrical-coordinate representation of color #8325AF: hue angle of 280.87º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8325AF is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 37 | 175 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.31 |
| HSL | 280.87º | 0.65% | 0.42% | - |
| HSV(B) | 280.87º | 0.79% | 0.69% | - |
| XYZ | 17.76 | 9.24 | 41.41 | - |
| YUV | 80.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 175 | 0.25 | 0.79 | 0 | 0.31 | 280.87 | 0.65 | 0.42 |
| Hex | 83 | 25 | AF | 19 | 4F | 0 | 1F | 119 | 41 | 2A |
| Octal | 203 | 45 | 257 | 31 | 117 | 0 | 37 | 431 | 101 | 52 |
| Binary | 10000011 | 100101 | 10101111 | 11001 | 1001111 | 0 | 11111 | 100011001 | 1000001 | 101010 |
Color Harmonies of #8325AF
Complementary color
Monochromatic Colors of #8325AF
Black with #8325AF
Text Example
Text Example
White with #8325AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325AF; }
p { color: rgb(131,37,175); }
H1.HeaderClassName
{
color: #8325AF;
}
.AnyTagClassName
{
color: #8325AF;
}
</style>
background-color css
<style>
a { background-color: #8325AF; }
a { background-color: rgb(131,37,175); }
div.DivClassName
{
background-color: #8325AF;
}
.BgClassName
{
background-color: #8325AF;
}
</style>
border-color css
<style>
span { border-color: #8325AF; }
span { border-color: rgb(131,37,175); }
td.TdClassName
{
border-color: #8325AF;
}
.TagClassName
{
border-color: #8325AF;
}
</style>