Shades of Vivid Violet #8221AD
Tints of Vivid Violet #8221AD
RGB
CMYK
RGB Variations
Color information
#8221AD (or 0x8221AD) is known color: Vivid Violet. HEX triplet: 82, 21 and AD. RGB value is (130,33,173). Sum of RGB (Red+Green+Blue) = 130+33+173=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #8221AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8221AD is #7DDE52. Grayscale: #4D4D4D. Windows color (decimal): -8248915 or 11346306. OLE color: 11346306.
HSL color Cylindrical-coordinate representation of color #8221AD: hue angle of 281.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8221AD is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 33 | 173 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.32 |
| HSL | 281.57º | 0.68% | 0.4% | - |
| HSV(B) | 281.57º | 0.81% | 0.68% | - |
| XYZ | 17.29 | 8.85 | 40.33 | - |
| YUV | 77.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 173 | 0.25 | 0.81 | 0 | 0.32 | 281.57 | 0.68 | 0.4 |
| Hex | 82 | 21 | AD | 19 | 51 | 0 | 20 | 11A | 44 | 28 |
| Octal | 202 | 41 | 255 | 31 | 121 | 0 | 40 | 432 | 104 | 50 |
| Binary | 10000010 | 100001 | 10101101 | 11001 | 1010001 | 0 | 100000 | 100011010 | 1000100 | 101000 |
Color Harmonies of #8221AD
Complementary color
Monochromatic Colors of #8221AD
Black with #8221AD
Text Example
Text Example
White with #8221AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221AD; }
p { color: rgb(130,33,173); }
H1.HeaderClassName
{
color: #8221AD;
}
.AnyTagClassName
{
color: #8221AD;
}
</style>
background-color css
<style>
a { background-color: #8221AD; }
a { background-color: rgb(130,33,173); }
div.DivClassName
{
background-color: #8221AD;
}
.BgClassName
{
background-color: #8221AD;
}
</style>
border-color css
<style>
span { border-color: #8221AD; }
span { border-color: rgb(130,33,173); }
td.TdClassName
{
border-color: #8221AD;
}
.TagClassName
{
border-color: #8221AD;
}
</style>