Shades of Vivid Violet #9032A4
Tints of Vivid Violet #9032A4
RGB
CMYK
RGB Variations
Color information
#9032A4 (or 0x9032A4) is known color: Vivid Violet. HEX triplet: 90, 32 and A4. RGB value is (144,50,164). Sum of RGB (Red+Green+Blue) = 144+50+164=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #9032A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9032A4 is #6FCD5B. Grayscale: #5A5A5A. Windows color (decimal): -7327068 or 10760848. OLE color: 10760848.
HSL color Cylindrical-coordinate representation of color #9032A4: hue angle of 289.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9032A4 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 50 | 164 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.36 |
| HSL | 289.47º | 0.53% | 0.42% | - |
| HSV(B) | 289.47º | 0.7% | 0.64% | - |
| XYZ | 19.34 | 10.89 | 36.2 | - |
| YUV | 91.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 164 | 0.12 | 0.70 | 0 | 0.36 | 289.47 | 0.53 | 0.42 |
| Hex | 90 | 32 | A4 | C | 46 | 0 | 24 | 121 | 35 | 2A |
| Octal | 220 | 62 | 244 | 14 | 106 | 0 | 44 | 441 | 65 | 52 |
| Binary | 10010000 | 110010 | 10100100 | 1100 | 1000110 | 0 | 100100 | 100100001 | 110101 | 101010 |
Color Harmonies of #9032A4
Complementary color
Monochromatic Colors of #9032A4
Black with #9032A4
Text Example
Text Example
White with #9032A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9032A4; }
p { color: rgb(144,50,164); }
H1.HeaderClassName
{
color: #9032A4;
}
.AnyTagClassName
{
color: #9032A4;
}
</style>
background-color css
<style>
a { background-color: #9032A4; }
a { background-color: rgb(144,50,164); }
div.DivClassName
{
background-color: #9032A4;
}
.BgClassName
{
background-color: #9032A4;
}
</style>
border-color css
<style>
span { border-color: #9032A4; }
span { border-color: rgb(144,50,164); }
td.TdClassName
{
border-color: #9032A4;
}
.TagClassName
{
border-color: #9032A4;
}
</style>