Shades of Vivid Violet #8221AE
Tints of Vivid Violet #8221AE
RGB
CMYK
RGB Variations
Color information
#8221AE (or 0x8221AE) is known color: Vivid Violet. HEX triplet: 82, 21 and AE. RGB value is (130,33,174). Sum of RGB (Red+Green+Blue) = 130+33+174=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #8221AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8221AE is #7DDE51. Grayscale: #4D4D4D. Windows color (decimal): -8248914 or 11411842. OLE color: 11411842.
HSL color Cylindrical-coordinate representation of color #8221AE: hue angle of 281.28º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8221AE is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 33 | 174 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.32 |
| HSL | 281.28º | 0.68% | 0.41% | - |
| HSV(B) | 281.28º | 0.81% | 0.68% | - |
| XYZ | 17.39 | 8.89 | 40.84 | - |
| YUV | 78.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 174 | 0.25 | 0.81 | 0 | 0.32 | 281.28 | 0.68 | 0.41 |
| Hex | 82 | 21 | AE | 19 | 51 | 0 | 20 | 119 | 44 | 29 |
| Octal | 202 | 41 | 256 | 31 | 121 | 0 | 40 | 431 | 104 | 51 |
| Binary | 10000010 | 100001 | 10101110 | 11001 | 1010001 | 0 | 100000 | 100011001 | 1000100 | 101001 |
Color Harmonies of #8221AE
Complementary color
Monochromatic Colors of #8221AE
Black with #8221AE
Text Example
Text Example
White with #8221AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221AE; }
p { color: rgb(130,33,174); }
H1.HeaderClassName
{
color: #8221AE;
}
.AnyTagClassName
{
color: #8221AE;
}
</style>
background-color css
<style>
a { background-color: #8221AE; }
a { background-color: rgb(130,33,174); }
div.DivClassName
{
background-color: #8221AE;
}
.BgClassName
{
background-color: #8221AE;
}
</style>
border-color css
<style>
span { border-color: #8221AE; }
span { border-color: rgb(130,33,174); }
td.TdClassName
{
border-color: #8221AE;
}
.TagClassName
{
border-color: #8221AE;
}
</style>