Shades of Vivid Violet #9529AB
Tints of Vivid Violet #9529AB
RGB
CMYK
RGB Variations
Color information
#9529AB (or 0x9529AB) is known color: Vivid Violet. HEX triplet: 95, 29 and AB. RGB value is (149,41,171). Sum of RGB (Red+Green+Blue) = 149+41+171=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #9529AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9529AB is #6AD654. Grayscale: #575757. Windows color (decimal): -7001685 or 11217301. OLE color: 11217301.
HSL color Cylindrical-coordinate representation of color #9529AB: hue angle of 289.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9529AB is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 41 | 171 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.33 |
| HSL | 289.85º | 0.61% | 0.42% | - |
| HSV(B) | 289.85º | 0.76% | 0.67% | - |
| XYZ | 20.54 | 10.92 | 39.55 | - |
| YUV | 88.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 171 | 0.13 | 0.76 | 0 | 0.33 | 289.85 | 0.61 | 0.42 |
| Hex | 95 | 29 | AB | D | 4C | 0 | 21 | 122 | 3D | 2A |
| Octal | 225 | 51 | 253 | 15 | 114 | 0 | 41 | 442 | 75 | 52 |
| Binary | 10010101 | 101001 | 10101011 | 1101 | 1001100 | 0 | 100001 | 100100010 | 111101 | 101010 |
Color Harmonies of #9529AB
Complementary color
Monochromatic Colors of #9529AB
Black with #9529AB
Text Example
Text Example
White with #9529AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529AB; }
p { color: rgb(149,41,171); }
H1.HeaderClassName
{
color: #9529AB;
}
.AnyTagClassName
{
color: #9529AB;
}
</style>
background-color css
<style>
a { background-color: #9529AB; }
a { background-color: rgb(149,41,171); }
div.DivClassName
{
background-color: #9529AB;
}
.BgClassName
{
background-color: #9529AB;
}
</style>
border-color css
<style>
span { border-color: #9529AB; }
span { border-color: rgb(149,41,171); }
td.TdClassName
{
border-color: #9529AB;
}
.TagClassName
{
border-color: #9529AB;
}
</style>