Shades of Vivid Violet #9529A6
Tints of Vivid Violet #9529A6
RGB
CMYK
RGB Variations
Color information
#9529A6 (or 0x9529A6) is known color: Vivid Violet. HEX triplet: 95, 29 and A6. RGB value is (149,41,166). Sum of RGB (Red+Green+Blue) = 149+41+166=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #9529A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9529A6 is #6AD659. Grayscale: #575757. Windows color (decimal): -7001690 or 10889621. OLE color: 10889621.
HSL color Cylindrical-coordinate representation of color #9529A6: hue angle of 291.84º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9529A6 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 41 | 166 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.35 |
| HSL | 291.84º | 0.6% | 0.41% | - |
| HSV(B) | 291.84º | 0.75% | 0.65% | - |
| XYZ | 20.07 | 10.73 | 37.09 | - |
| YUV | 87.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 166 | 0.10 | 0.75 | 0 | 0.35 | 291.84 | 0.6 | 0.41 |
| Hex | 95 | 29 | A6 | A | 4B | 0 | 23 | 124 | 3C | 29 |
| Octal | 225 | 51 | 246 | 12 | 113 | 0 | 43 | 444 | 74 | 51 |
| Binary | 10010101 | 101001 | 10100110 | 1010 | 1001011 | 0 | 100011 | 100100100 | 111100 | 101001 |
Color Harmonies of #9529A6
Complementary color
Monochromatic Colors of #9529A6
Black with #9529A6
Text Example
Text Example
White with #9529A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529A6; }
p { color: rgb(149,41,166); }
H1.HeaderClassName
{
color: #9529A6;
}
.AnyTagClassName
{
color: #9529A6;
}
</style>
background-color css
<style>
a { background-color: #9529A6; }
a { background-color: rgb(149,41,166); }
div.DivClassName
{
background-color: #9529A6;
}
.BgClassName
{
background-color: #9529A6;
}
</style>
border-color css
<style>
span { border-color: #9529A6; }
span { border-color: rgb(149,41,166); }
td.TdClassName
{
border-color: #9529A6;
}
.TagClassName
{
border-color: #9529A6;
}
</style>