Shades of Vivid Violet #8229A9
Tints of Vivid Violet #8229A9
RGB
CMYK
RGB Variations
Color information
#8229A9 (or 0x8229A9) is known color: Vivid Violet. HEX triplet: 82, 29 and A9. RGB value is (130,41,169). Sum of RGB (Red+Green+Blue) = 130+41+169=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #8229A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8229A9 is #7DD656. Grayscale: #515151. Windows color (decimal): -8246871 or 11086210. OLE color: 11086210.
HSL color Cylindrical-coordinate representation of color #8229A9: hue angle of 281.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8229A9 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 41 | 169 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.34 |
| HSL | 281.72º | 0.61% | 0.41% | - |
| HSV(B) | 281.72º | 0.76% | 0.66% | - |
| XYZ | 17.16 | 9.2 | 38.41 | - |
| YUV | 82.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 169 | 0.23 | 0.76 | 0 | 0.34 | 281.72 | 0.61 | 0.41 |
| Hex | 82 | 29 | A9 | 17 | 4C | 0 | 22 | 11A | 3D | 29 |
| Octal | 202 | 51 | 251 | 27 | 114 | 0 | 42 | 432 | 75 | 51 |
| Binary | 10000010 | 101001 | 10101001 | 10111 | 1001100 | 0 | 100010 | 100011010 | 111101 | 101001 |
Color Harmonies of #8229A9
Complementary color
Monochromatic Colors of #8229A9
Black with #8229A9
Text Example
Text Example
White with #8229A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229A9; }
p { color: rgb(130,41,169); }
H1.HeaderClassName
{
color: #8229A9;
}
.AnyTagClassName
{
color: #8229A9;
}
</style>
background-color css
<style>
a { background-color: #8229A9; }
a { background-color: rgb(130,41,169); }
div.DivClassName
{
background-color: #8229A9;
}
.BgClassName
{
background-color: #8229A9;
}
</style>
border-color css
<style>
span { border-color: #8229A9; }
span { border-color: rgb(130,41,169); }
td.TdClassName
{
border-color: #8229A9;
}
.TagClassName
{
border-color: #8229A9;
}
</style>