Shades of Vivid Violet #9329AB
Tints of Vivid Violet #9329AB
RGB
CMYK
RGB Variations
Color information
#9329AB (or 0x9329AB) is known color: Vivid Violet. HEX triplet: 93, 29 and AB. RGB value is (147,41,171). Sum of RGB (Red+Green+Blue) = 147+41+171=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #9329AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9329AB is #6CD654. Grayscale: #575757. Windows color (decimal): -7132757 or 11217299. OLE color: 11217299.
HSL color Cylindrical-coordinate representation of color #9329AB: hue angle of 288.92º 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 #9329AB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 41 | 171 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.33 |
| HSL | 288.92º | 0.61% | 0.42% | - |
| HSV(B) | 288.92º | 0.76% | 0.67% | - |
| XYZ | 20.18 | 10.73 | 39.54 | - |
| YUV | 87.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 171 | 0.14 | 0.76 | 0 | 0.33 | 288.92 | 0.61 | 0.42 |
| Hex | 93 | 29 | AB | E | 4C | 0 | 21 | 121 | 3D | 2A |
| Octal | 223 | 51 | 253 | 16 | 114 | 0 | 41 | 441 | 75 | 52 |
| Binary | 10010011 | 101001 | 10101011 | 1110 | 1001100 | 0 | 100001 | 100100001 | 111101 | 101010 |
Color Harmonies of #9329AB
Complementary color
Monochromatic Colors of #9329AB
Black with #9329AB
Text Example
Text Example
White with #9329AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9329AB; }
p { color: rgb(147,41,171); }
H1.HeaderClassName
{
color: #9329AB;
}
.AnyTagClassName
{
color: #9329AB;
}
</style>
background-color css
<style>
a { background-color: #9329AB; }
a { background-color: rgb(147,41,171); }
div.DivClassName
{
background-color: #9329AB;
}
.BgClassName
{
background-color: #9329AB;
}
</style>
border-color css
<style>
span { border-color: #9329AB; }
span { border-color: rgb(147,41,171); }
td.TdClassName
{
border-color: #9329AB;
}
.TagClassName
{
border-color: #9329AB;
}
</style>