Shades of Vivid Violet #9020AA
Tints of Vivid Violet #9020AA
RGB
CMYK
RGB Variations
Color information
#9020AA (or 0x9020AA) is known color: Vivid Violet. HEX triplet: 90, 20 and AA. RGB value is (144,32,170). Sum of RGB (Red+Green+Blue) = 144+32+170=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #9020AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9020AA is #6FDF55. Grayscale: #505050. Windows color (decimal): -7331670 or 11149456. OLE color: 11149456.
HSL color Cylindrical-coordinate representation of color #9020AA: hue angle of 288.7º 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 #9020AA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 32 | 170 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.33 |
| HSL | 288.7º | 0.68% | 0.4% | - |
| HSV(B) | 288.7º | 0.81% | 0.67% | - |
| XYZ | 19.27 | 9.86 | 38.92 | - |
| YUV | 81.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 170 | 0.15 | 0.81 | 0 | 0.33 | 288.7 | 0.68 | 0.4 |
| Hex | 90 | 20 | AA | F | 51 | 0 | 21 | 121 | 44 | 28 |
| Octal | 220 | 40 | 252 | 17 | 121 | 0 | 41 | 441 | 104 | 50 |
| Binary | 10010000 | 100000 | 10101010 | 1111 | 1010001 | 0 | 100001 | 100100001 | 1000100 | 101000 |
Color Harmonies of #9020AA
Complementary color
Monochromatic Colors of #9020AA
Black with #9020AA
Text Example
Text Example
White with #9020AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9020AA; }
p { color: rgb(144,32,170); }
H1.HeaderClassName
{
color: #9020AA;
}
.AnyTagClassName
{
color: #9020AA;
}
</style>
background-color css
<style>
a { background-color: #9020AA; }
a { background-color: rgb(144,32,170); }
div.DivClassName
{
background-color: #9020AA;
}
.BgClassName
{
background-color: #9020AA;
}
</style>
border-color css
<style>
span { border-color: #9020AA; }
span { border-color: rgb(144,32,170); }
td.TdClassName
{
border-color: #9020AA;
}
.TagClassName
{
border-color: #9020AA;
}
</style>