Shades of Vivid Violet #8126A9
Tints of Vivid Violet #8126A9
RGB
CMYK
RGB Variations
Color information
#8126A9 (or 0x8126A9) is known color: Vivid Violet. HEX triplet: 81, 26 and A9. RGB value is (129,38,169). Sum of RGB (Red+Green+Blue) = 129+38+169=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 169 (66.41% from 255 or 50.30% from 336); Max value from RGB is 169 - color contains mainly: blue. Hex color #8126A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8126A9 is #7ED956. Grayscale: #4F4F4F. Windows color (decimal): -8313175 or 11085441. OLE color: 11085441.
HSL color Cylindrical-coordinate representation of color #8126A9: hue angle of 281.68º 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 #8126A9 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 38 | 169 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.34 |
| HSL | 281.68º | 0.63% | 0.41% | - |
| HSV(B) | 281.68º | 0.78% | 0.66% | - |
| XYZ | 16.91 | 8.92 | 38.37 | - |
| YUV | 80.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 169 | 0.24 | 0.78 | 0 | 0.34 | 281.68 | 0.63 | 0.41 |
| Hex | 81 | 26 | A9 | 18 | 4E | 0 | 22 | 11A | 3F | 29 |
| Octal | 201 | 46 | 251 | 30 | 116 | 0 | 42 | 432 | 77 | 51 |
| Binary | 10000001 | 100110 | 10101001 | 11000 | 1001110 | 0 | 100010 | 100011010 | 111111 | 101001 |
Color Harmonies of #8126A9
Complementary color
Monochromatic Colors of #8126A9
Black with #8126A9
Text Example
Text Example
White with #8126A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8126A9; }
p { color: rgb(129,38,169); }
H1.HeaderClassName
{
color: #8126A9;
}
.AnyTagClassName
{
color: #8126A9;
}
</style>
background-color css
<style>
a { background-color: #8126A9; }
a { background-color: rgb(129,38,169); }
div.DivClassName
{
background-color: #8126A9;
}
.BgClassName
{
background-color: #8126A9;
}
</style>
border-color css
<style>
span { border-color: #8126A9; }
span { border-color: rgb(129,38,169); }
td.TdClassName
{
border-color: #8126A9;
}
.TagClassName
{
border-color: #8126A9;
}
</style>