Shades of Vivid Violet #9031AA
Tints of Vivid Violet #9031AA
RGB
CMYK
RGB Variations
Color information
#9031AA (or 0x9031AA) is known color: Vivid Violet. HEX triplet: 90, 31 and AA. RGB value is (144,49,170). Sum of RGB (Red+Green+Blue) = 144+49+170=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #9031AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9031AA is #6FCE55. Grayscale: #5A5A5A. Windows color (decimal): -7327318 or 11153808. OLE color: 11153808.
HSL color Cylindrical-coordinate representation of color #9031AA: hue angle of 287.11º 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 #9031AA is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 49 | 170 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.33 |
| HSL | 287.11º | 0.55% | 0.43% | - |
| HSV(B) | 287.11º | 0.71% | 0.67% | - |
| XYZ | 19.86 | 11.03 | 39.11 | - |
| YUV | 91.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 170 | 0.15 | 0.71 | 0 | 0.33 | 287.11 | 0.55 | 0.43 |
| Hex | 90 | 31 | AA | F | 47 | 0 | 21 | 11F | 37 | 2B |
| Octal | 220 | 61 | 252 | 17 | 107 | 0 | 41 | 437 | 67 | 53 |
| Binary | 10010000 | 110001 | 10101010 | 1111 | 1000111 | 0 | 100001 | 100011111 | 110111 | 101011 |
Color Harmonies of #9031AA
Complementary color
Monochromatic Colors of #9031AA
Black with #9031AA
Text Example
Text Example
White with #9031AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031AA; }
p { color: rgb(144,49,170); }
H1.HeaderClassName
{
color: #9031AA;
}
.AnyTagClassName
{
color: #9031AA;
}
</style>
background-color css
<style>
a { background-color: #9031AA; }
a { background-color: rgb(144,49,170); }
div.DivClassName
{
background-color: #9031AA;
}
.BgClassName
{
background-color: #9031AA;
}
</style>
border-color css
<style>
span { border-color: #9031AA; }
span { border-color: rgb(144,49,170); }
td.TdClassName
{
border-color: #9031AA;
}
.TagClassName
{
border-color: #9031AA;
}
</style>