Shades of Vivid Violet #901AAA
Tints of Vivid Violet #901AAA
RGB
CMYK
RGB Variations
Color information
#901AAA (or 0x901AAA) is known color: Vivid Violet. HEX triplet: 90, 1A and AA. RGB value is (144,26,170). Sum of RGB (Red+Green+Blue) = 144+26+170=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #901AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901AAA is #6FE555. Grayscale: #4D4D4D. Windows color (decimal): -7333206 or 11147920. OLE color: 11147920.
HSL color Cylindrical-coordinate representation of color #901AAA: hue angle of 289.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901AAA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 26 | 170 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.33 |
| HSL | 289.17º | 0.73% | 0.38% | - |
| HSV(B) | 289.17º | 0.85% | 0.67% | - |
| XYZ | 19.13 | 9.57 | 38.87 | - |
| YUV | 77.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 170 | 0.15 | 0.85 | 0 | 0.33 | 289.17 | 0.73 | 0.38 |
| Hex | 90 | 1A | AA | F | 55 | 0 | 21 | 121 | 49 | 26 |
| Octal | 220 | 32 | 252 | 17 | 125 | 0 | 41 | 441 | 111 | 46 |
| Binary | 10010000 | 11010 | 10101010 | 1111 | 1010101 | 0 | 100001 | 100100001 | 1001001 | 100110 |
Color Harmonies of #901AAA
Complementary color
Monochromatic Colors of #901AAA
Black with #901AAA
Text Example
Text Example
White with #901AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901AAA; }
p { color: rgb(144,26,170); }
H1.HeaderClassName
{
color: #901AAA;
}
.AnyTagClassName
{
color: #901AAA;
}
</style>
background-color css
<style>
a { background-color: #901AAA; }
a { background-color: rgb(144,26,170); }
div.DivClassName
{
background-color: #901AAA;
}
.BgClassName
{
background-color: #901AAA;
}
</style>
border-color css
<style>
span { border-color: #901AAA; }
span { border-color: rgb(144,26,170); }
td.TdClassName
{
border-color: #901AAA;
}
.TagClassName
{
border-color: #901AAA;
}
</style>