Shades of Vivid Violet #9032AA
Tints of Vivid Violet #9032AA
RGB
CMYK
RGB Variations
Color information
#9032AA (or 0x9032AA) is known color: Vivid Violet. HEX triplet: 90, 32 and AA. RGB value is (144,50,170). Sum of RGB (Red+Green+Blue) = 144+50+170=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #9032AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9032AA is #6FCD55. Grayscale: #5B5B5B. Windows color (decimal): -7327062 or 11154064. OLE color: 11154064.
HSL color Cylindrical-coordinate representation of color #9032AA: hue angle of 287º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9032AA is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 50 | 170 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.33 |
| HSL | 287º | 0.55% | 0.43% | - |
| HSV(B) | 287º | 0.71% | 0.67% | - |
| XYZ | 19.9 | 11.11 | 39.13 | - |
| YUV | 91.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 170 | 0.15 | 0.71 | 0 | 0.33 | 287 | 0.55 | 0.43 |
| Hex | 90 | 32 | AA | F | 47 | 0 | 21 | 11F | 37 | 2B |
| Octal | 220 | 62 | 252 | 17 | 107 | 0 | 41 | 437 | 67 | 53 |
| Binary | 10010000 | 110010 | 10101010 | 1111 | 1000111 | 0 | 100001 | 100011111 | 110111 | 101011 |
Color Harmonies of #9032AA
Complementary color
Monochromatic Colors of #9032AA
Black with #9032AA
Text Example
Text Example
White with #9032AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9032AA; }
p { color: rgb(144,50,170); }
H1.HeaderClassName
{
color: #9032AA;
}
.AnyTagClassName
{
color: #9032AA;
}
</style>
background-color css
<style>
a { background-color: #9032AA; }
a { background-color: rgb(144,50,170); }
div.DivClassName
{
background-color: #9032AA;
}
.BgClassName
{
background-color: #9032AA;
}
</style>
border-color css
<style>
span { border-color: #9032AA; }
span { border-color: rgb(144,50,170); }
td.TdClassName
{
border-color: #9032AA;
}
.TagClassName
{
border-color: #9032AA;
}
</style>