Shades of Vivid Violet #9529AA
Tints of Vivid Violet #9529AA
RGB
CMYK
RGB Variations
Color information
#9529AA (or 0x9529AA) is known color: Vivid Violet. HEX triplet: 95, 29 and AA. RGB value is (149,41,170). Sum of RGB (Red+Green+Blue) = 149+41+170=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #9529AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9529AA is #6AD655. Grayscale: #575757. Windows color (decimal): -7001686 or 11151765. OLE color: 11151765.
HSL color Cylindrical-coordinate representation of color #9529AA: hue angle of 290.23º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9529AA is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 41 | 170 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.33 |
| HSL | 290.23º | 0.61% | 0.41% | - |
| HSV(B) | 290.23º | 0.76% | 0.67% | - |
| XYZ | 20.44 | 10.88 | 39.05 | - |
| YUV | 88 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 170 | 0.12 | 0.76 | 0 | 0.33 | 290.23 | 0.61 | 0.41 |
| Hex | 95 | 29 | AA | C | 4C | 0 | 21 | 122 | 3D | 29 |
| Octal | 225 | 51 | 252 | 14 | 114 | 0 | 41 | 442 | 75 | 51 |
| Binary | 10010101 | 101001 | 10101010 | 1100 | 1001100 | 0 | 100001 | 100100010 | 111101 | 101001 |
Color Harmonies of #9529AA
Complementary color
Monochromatic Colors of #9529AA
Black with #9529AA
Text Example
Text Example
White with #9529AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529AA; }
p { color: rgb(149,41,170); }
H1.HeaderClassName
{
color: #9529AA;
}
.AnyTagClassName
{
color: #9529AA;
}
</style>
background-color css
<style>
a { background-color: #9529AA; }
a { background-color: rgb(149,41,170); }
div.DivClassName
{
background-color: #9529AA;
}
.BgClassName
{
background-color: #9529AA;
}
</style>
border-color css
<style>
span { border-color: #9529AA; }
span { border-color: rgb(149,41,170); }
td.TdClassName
{
border-color: #9529AA;
}
.TagClassName
{
border-color: #9529AA;
}
</style>