Shades of Vivid Violet #9620AA
Tints of Vivid Violet #9620AA
RGB
CMYK
RGB Variations
Color information
#9620AA (or 0x9620AA) is known color: Vivid Violet. HEX triplet: 96, 20 and AA. RGB value is (150,32,170). Sum of RGB (Red+Green+Blue) = 150+32+170=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #9620AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9620AA is #69DF55. Grayscale: #525252. Windows color (decimal): -6938454 or 11149462. OLE color: 11149462.
HSL color Cylindrical-coordinate representation of color #9620AA: hue angle of 291.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9620AA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 32 | 170 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.33 |
| HSL | 291.3º | 0.68% | 0.4% | - |
| HSV(B) | 291.3º | 0.81% | 0.67% | - |
| XYZ | 20.35 | 10.42 | 38.97 | - |
| YUV | 83.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 170 | 0.12 | 0.81 | 0 | 0.33 | 291.3 | 0.68 | 0.4 |
| Hex | 96 | 20 | AA | C | 51 | 0 | 21 | 123 | 44 | 28 |
| Octal | 226 | 40 | 252 | 14 | 121 | 0 | 41 | 443 | 104 | 50 |
| Binary | 10010110 | 100000 | 10101010 | 1100 | 1010001 | 0 | 100001 | 100100011 | 1000100 | 101000 |
Color Harmonies of #9620AA
Complementary color
Monochromatic Colors of #9620AA
Black with #9620AA
Text Example
Text Example
White with #9620AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9620AA; }
p { color: rgb(150,32,170); }
H1.HeaderClassName
{
color: #9620AA;
}
.AnyTagClassName
{
color: #9620AA;
}
</style>
background-color css
<style>
a { background-color: #9620AA; }
a { background-color: rgb(150,32,170); }
div.DivClassName
{
background-color: #9620AA;
}
.BgClassName
{
background-color: #9620AA;
}
</style>
border-color css
<style>
span { border-color: #9620AA; }
span { border-color: rgb(150,32,170); }
td.TdClassName
{
border-color: #9620AA;
}
.TagClassName
{
border-color: #9620AA;
}
</style>