Shades of Vivid Violet #8225AF
Tints of Vivid Violet #8225AF
RGB
CMYK
RGB Variations
Color information
#8225AF (or 0x8225AF) is known color: Vivid Violet. HEX triplet: 82, 25 and AF. RGB value is (130,37,175). Sum of RGB (Red+Green+Blue) = 130+37+175=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #8225AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8225AF is #7DDA50. Grayscale: #505050. Windows color (decimal): -8247889 or 11478402. OLE color: 11478402.
HSL color Cylindrical-coordinate representation of color #8225AF: hue angle of 280.43º 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 #8225AF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 37 | 175 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.31 |
| HSL | 280.43º | 0.65% | 0.42% | - |
| HSV(B) | 280.43º | 0.79% | 0.69% | - |
| XYZ | 17.61 | 9.16 | 41.4 | - |
| YUV | 80.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 175 | 0.26 | 0.79 | 0 | 0.31 | 280.43 | 0.65 | 0.42 |
| Hex | 82 | 25 | AF | 1A | 4F | 0 | 1F | 118 | 41 | 2A |
| Octal | 202 | 45 | 257 | 32 | 117 | 0 | 37 | 430 | 101 | 52 |
| Binary | 10000010 | 100101 | 10101111 | 11010 | 1001111 | 0 | 11111 | 100011000 | 1000001 | 101010 |
Color Harmonies of #8225AF
Complementary color
Monochromatic Colors of #8225AF
Black with #8225AF
Text Example
Text Example
White with #8225AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8225AF; }
p { color: rgb(130,37,175); }
H1.HeaderClassName
{
color: #8225AF;
}
.AnyTagClassName
{
color: #8225AF;
}
</style>
background-color css
<style>
a { background-color: #8225AF; }
a { background-color: rgb(130,37,175); }
div.DivClassName
{
background-color: #8225AF;
}
.BgClassName
{
background-color: #8225AF;
}
</style>
border-color css
<style>
span { border-color: #8225AF; }
span { border-color: rgb(130,37,175); }
td.TdClassName
{
border-color: #8225AF;
}
.TagClassName
{
border-color: #8225AF;
}
</style>