Shades of Vivid Violet #9932AA
Tints of Vivid Violet #9932AA
RGB
CMYK
RGB Variations
Color information
#9932AA (or 0x9932AA) is known color: Vivid Violet. HEX triplet: 99, 32 and AA. RGB value is (153,50,170). Sum of RGB (Red+Green+Blue) = 153+50+170=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #9932AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9932AA is #66CD55. Grayscale: #5E5E5E. Windows color (decimal): -6737238 or 11154073. OLE color: 11154073.
HSL color Cylindrical-coordinate representation of color #9932AA: hue angle of 291.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9932AA is Cyan = 0.1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 50 | 170 | - |
| CMYK | 0.1 | 0.71 | 0 | 0.33 |
| HSL | 291.5º | 0.55% | 0.43% | - |
| HSV(B) | 291.5º | 0.71% | 0.67% | - |
| XYZ | 21.53 | 11.96 | 39.2 | - |
| YUV | 94.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 170 | 0.1 | 0.71 | 0 | 0.33 | 291.5 | 0.55 | 0.43 |
| Hex | 99 | 32 | AA | A | 47 | 0 | 21 | 124 | 37 | 2B |
| Octal | 231 | 62 | 252 | 12 | 107 | 0 | 41 | 444 | 67 | 53 |
| Binary | 10011001 | 110010 | 10101010 | 1010 | 1000111 | 0 | 100001 | 100100100 | 110111 | 101011 |
Color Harmonies of #9932AA
Complementary color
Monochromatic Colors of #9932AA
Black with #9932AA
Text Example
Text Example
White with #9932AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9932AA; }
p { color: rgb(153,50,170); }
H1.HeaderClassName
{
color: #9932AA;
}
.AnyTagClassName
{
color: #9932AA;
}
</style>
background-color css
<style>
a { background-color: #9932AA; }
a { background-color: rgb(153,50,170); }
div.DivClassName
{
background-color: #9932AA;
}
.BgClassName
{
background-color: #9932AA;
}
</style>
border-color css
<style>
span { border-color: #9932AA; }
span { border-color: rgb(153,50,170); }
td.TdClassName
{
border-color: #9932AA;
}
.TagClassName
{
border-color: #9932AA;
}
</style>