Shades of Vivid Violet #9021A3
Tints of Vivid Violet #9021A3
RGB
CMYK
RGB Variations
Color information
#9021A3 (or 0x9021A3) is known color: Vivid Violet. HEX triplet: 90, 21 and A3. RGB value is (144,33,163). Sum of RGB (Red+Green+Blue) = 144+33+163=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #9021A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9021A3 is #6FDE5C. Grayscale: #505050. Windows color (decimal): -7331421 or 10690960. OLE color: 10690960.
HSL color Cylindrical-coordinate representation of color #9021A3: hue angle of 291.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9021A3 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 33 | 163 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.36 |
| HSL | 291.23º | 0.66% | 0.38% | - |
| HSV(B) | 291.23º | 0.8% | 0.64% | - |
| XYZ | 18.66 | 9.66 | 35.53 | - |
| YUV | 81.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 163 | 0.12 | 0.80 | 0 | 0.36 | 291.23 | 0.66 | 0.38 |
| Hex | 90 | 21 | A3 | C | 50 | 0 | 24 | 123 | 42 | 26 |
| Octal | 220 | 41 | 243 | 14 | 120 | 0 | 44 | 443 | 102 | 46 |
| Binary | 10010000 | 100001 | 10100011 | 1100 | 1010000 | 0 | 100100 | 100100011 | 1000010 | 100110 |
Color Harmonies of #9021A3
Complementary color
Monochromatic Colors of #9021A3
Black with #9021A3
Text Example
Text Example
White with #9021A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9021A3; }
p { color: rgb(144,33,163); }
H1.HeaderClassName
{
color: #9021A3;
}
.AnyTagClassName
{
color: #9021A3;
}
</style>
background-color css
<style>
a { background-color: #9021A3; }
a { background-color: rgb(144,33,163); }
div.DivClassName
{
background-color: #9021A3;
}
.BgClassName
{
background-color: #9021A3;
}
</style>
border-color css
<style>
span { border-color: #9021A3; }
span { border-color: rgb(144,33,163); }
td.TdClassName
{
border-color: #9021A3;
}
.TagClassName
{
border-color: #9021A3;
}
</style>