Shades of Vivid Violet #8219AD
Tints of Vivid Violet #8219AD
RGB
CMYK
RGB Variations
Color information
#8219AD (or 0x8219AD) is known color: Vivid Violet. HEX triplet: 82, 19 and AD. RGB value is (130,25,173). Sum of RGB (Red+Green+Blue) = 130+25+173=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #8219AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8219AD is #7DE652. Grayscale: #484848. Windows color (decimal): -8250963 or 11344258. OLE color: 11344258.
HSL color Cylindrical-coordinate representation of color #8219AD: hue angle of 282.57º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8219AD is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 25 | 173 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.32 |
| HSL | 282.57º | 0.75% | 0.39% | - |
| HSV(B) | 282.57º | 0.86% | 0.68% | - |
| XYZ | 17.1 | 8.46 | 40.27 | - |
| YUV | 73.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 173 | 0.25 | 0.86 | 0 | 0.32 | 282.57 | 0.75 | 0.39 |
| Hex | 82 | 19 | AD | 19 | 56 | 0 | 20 | 11B | 4B | 27 |
| Octal | 202 | 31 | 255 | 31 | 126 | 0 | 40 | 433 | 113 | 47 |
| Binary | 10000010 | 11001 | 10101101 | 11001 | 1010110 | 0 | 100000 | 100011011 | 1001011 | 100111 |
Color Harmonies of #8219AD
Complementary color
Monochromatic Colors of #8219AD
Black with #8219AD
Text Example
Text Example
White with #8219AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8219AD; }
p { color: rgb(130,25,173); }
H1.HeaderClassName
{
color: #8219AD;
}
.AnyTagClassName
{
color: #8219AD;
}
</style>
background-color css
<style>
a { background-color: #8219AD; }
a { background-color: rgb(130,25,173); }
div.DivClassName
{
background-color: #8219AD;
}
.BgClassName
{
background-color: #8219AD;
}
</style>
border-color css
<style>
span { border-color: #8219AD; }
span { border-color: rgb(130,25,173); }
td.TdClassName
{
border-color: #8219AD;
}
.TagClassName
{
border-color: #8219AD;
}
</style>