Shades of Vivid Violet #9030A9
Tints of Vivid Violet #9030A9
RGB
CMYK
RGB Variations
Color information
#9030A9 (or 0x9030A9) is known color: Vivid Violet. HEX triplet: 90, 30 and A9. RGB value is (144,48,169). Sum of RGB (Red+Green+Blue) = 144+48+169=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #9030A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9030A9 is #6FCF56. Grayscale: #5A5A5A. Windows color (decimal): -7327575 or 11088016. OLE color: 11088016.
HSL color Cylindrical-coordinate representation of color #9030A9: hue angle of 287.6º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9030A9 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 48 | 169 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.34 |
| HSL | 287.6º | 0.56% | 0.43% | - |
| HSV(B) | 287.6º | 0.72% | 0.66% | - |
| XYZ | 19.72 | 10.91 | 38.6 | - |
| YUV | 90.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 169 | 0.15 | 0.72 | 0 | 0.34 | 287.6 | 0.56 | 0.43 |
| Hex | 90 | 30 | A9 | F | 48 | 0 | 22 | 120 | 38 | 2B |
| Octal | 220 | 60 | 251 | 17 | 110 | 0 | 42 | 440 | 70 | 53 |
| Binary | 10010000 | 110000 | 10101001 | 1111 | 1001000 | 0 | 100010 | 100100000 | 111000 | 101011 |
Color Harmonies of #9030A9
Complementary color
Monochromatic Colors of #9030A9
Black with #9030A9
Text Example
Text Example
White with #9030A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9030A9; }
p { color: rgb(144,48,169); }
H1.HeaderClassName
{
color: #9030A9;
}
.AnyTagClassName
{
color: #9030A9;
}
</style>
background-color css
<style>
a { background-color: #9030A9; }
a { background-color: rgb(144,48,169); }
div.DivClassName
{
background-color: #9030A9;
}
.BgClassName
{
background-color: #9030A9;
}
</style>
border-color css
<style>
span { border-color: #9030A9; }
span { border-color: rgb(144,48,169); }
td.TdClassName
{
border-color: #9030A9;
}
.TagClassName
{
border-color: #9030A9;
}
</style>