Shades of Vivid Violet #8129A4
Tints of Vivid Violet #8129A4
RGB
CMYK
RGB Variations
Color information
#8129A4 (or 0x8129A4) is known color: Vivid Violet. HEX triplet: 81, 29 and A4. RGB value is (129,41,164). Sum of RGB (Red+Green+Blue) = 129+41+164=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #8129A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8129A4 is #7ED65B. Grayscale: #505050. Windows color (decimal): -8312412 or 10758529. OLE color: 10758529.
HSL color Cylindrical-coordinate representation of color #8129A4: hue angle of 282.93º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8129A4 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 41 | 164 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.36 |
| HSL | 282.93º | 0.6% | 0.4% | - |
| HSV(B) | 282.93º | 0.75% | 0.64% | - |
| XYZ | 16.55 | 8.93 | 35.97 | - |
| YUV | 81.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 164 | 0.21 | 0.75 | 0 | 0.36 | 282.93 | 0.6 | 0.4 |
| Hex | 81 | 29 | A4 | 15 | 4B | 0 | 24 | 11B | 3C | 28 |
| Octal | 201 | 51 | 244 | 25 | 113 | 0 | 44 | 433 | 74 | 50 |
| Binary | 10000001 | 101001 | 10100100 | 10101 | 1001011 | 0 | 100100 | 100011011 | 111100 | 101000 |
Color Harmonies of #8129A4
Complementary color
Monochromatic Colors of #8129A4
Black with #8129A4
Text Example
Text Example
White with #8129A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129A4; }
p { color: rgb(129,41,164); }
H1.HeaderClassName
{
color: #8129A4;
}
.AnyTagClassName
{
color: #8129A4;
}
</style>
background-color css
<style>
a { background-color: #8129A4; }
a { background-color: rgb(129,41,164); }
div.DivClassName
{
background-color: #8129A4;
}
.BgClassName
{
background-color: #8129A4;
}
</style>
border-color css
<style>
span { border-color: #8129A4; }
span { border-color: rgb(129,41,164); }
td.TdClassName
{
border-color: #8129A4;
}
.TagClassName
{
border-color: #8129A4;
}
</style>