Shades of Vivid Violet #8226A9
Tints of Vivid Violet #8226A9
RGB
CMYK
RGB Variations
Color information
#8226A9 (or 0x8226A9) is known color: Vivid Violet. HEX triplet: 82, 26 and A9. RGB value is (130,38,169). Sum of RGB (Red+Green+Blue) = 130+38+169=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 169 (66.41% from 255 or 50.15% from 337); Max value from RGB is 169 - color contains mainly: blue. Hex color #8226A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8226A9 is #7DD956. Grayscale: #505050. Windows color (decimal): -8247639 or 11085442. OLE color: 11085442.
HSL color Cylindrical-coordinate representation of color #8226A9: hue angle of 282.14º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8226A9 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 38 | 169 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.34 |
| HSL | 282.14º | 0.63% | 0.41% | - |
| HSV(B) | 282.14º | 0.78% | 0.66% | - |
| XYZ | 17.06 | 9 | 38.37 | - |
| YUV | 80.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 169 | 0.23 | 0.78 | 0 | 0.34 | 282.14 | 0.63 | 0.41 |
| Hex | 82 | 26 | A9 | 17 | 4E | 0 | 22 | 11A | 3F | 29 |
| Octal | 202 | 46 | 251 | 27 | 116 | 0 | 42 | 432 | 77 | 51 |
| Binary | 10000010 | 100110 | 10101001 | 10111 | 1001110 | 0 | 100010 | 100011010 | 111111 | 101001 |
Color Harmonies of #8226A9
Complementary color
Monochromatic Colors of #8226A9
Black with #8226A9
Text Example
Text Example
White with #8226A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8226A9; }
p { color: rgb(130,38,169); }
H1.HeaderClassName
{
color: #8226A9;
}
.AnyTagClassName
{
color: #8226A9;
}
</style>
background-color css
<style>
a { background-color: #8226A9; }
a { background-color: rgb(130,38,169); }
div.DivClassName
{
background-color: #8226A9;
}
.BgClassName
{
background-color: #8226A9;
}
</style>
border-color css
<style>
span { border-color: #8226A9; }
span { border-color: rgb(130,38,169); }
td.TdClassName
{
border-color: #8226A9;
}
.TagClassName
{
border-color: #8226A9;
}
</style>