Shades of Vivid Violet #9621AA
Tints of Vivid Violet #9621AA
RGB
CMYK
RGB Variations
Color information
#9621AA (or 0x9621AA) is known color: Vivid Violet. HEX triplet: 96, 21 and AA. RGB value is (150,33,170). Sum of RGB (Red+Green+Blue) = 150+33+170=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #9621AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9621AA is #69DE55. Grayscale: #535353. Windows color (decimal): -6938198 or 11149718. OLE color: 11149718.
HSL color Cylindrical-coordinate representation of color #9621AA: hue angle of 291.24º degrees, saturation: 0.67, 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 #9621AA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 33 | 170 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.33 |
| HSL | 291.24º | 0.67% | 0.4% | - |
| HSV(B) | 291.24º | 0.81% | 0.67% | - |
| XYZ | 20.38 | 10.47 | 38.98 | - |
| YUV | 83.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 170 | 0.12 | 0.81 | 0 | 0.33 | 291.24 | 0.67 | 0.4 |
| Hex | 96 | 21 | AA | C | 51 | 0 | 21 | 123 | 43 | 28 |
| Octal | 226 | 41 | 252 | 14 | 121 | 0 | 41 | 443 | 103 | 50 |
| Binary | 10010110 | 100001 | 10101010 | 1100 | 1010001 | 0 | 100001 | 100100011 | 1000011 | 101000 |
Color Harmonies of #9621AA
Complementary color
Monochromatic Colors of #9621AA
Black with #9621AA
Text Example
Text Example
White with #9621AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9621AA; }
p { color: rgb(150,33,170); }
H1.HeaderClassName
{
color: #9621AA;
}
.AnyTagClassName
{
color: #9621AA;
}
</style>
background-color css
<style>
a { background-color: #9621AA; }
a { background-color: rgb(150,33,170); }
div.DivClassName
{
background-color: #9621AA;
}
.BgClassName
{
background-color: #9621AA;
}
</style>
border-color css
<style>
span { border-color: #9621AA; }
span { border-color: rgb(150,33,170); }
td.TdClassName
{
border-color: #9621AA;
}
.TagClassName
{
border-color: #9621AA;
}
</style>