Shades of Vivid Violet #901BA9
Tints of Vivid Violet #901BA9
RGB
CMYK
RGB Variations
Color information
#901BA9 (or 0x901BA9) is known color: Vivid Violet. HEX triplet: 90, 1B and A9. RGB value is (144,27,169). Sum of RGB (Red+Green+Blue) = 144+27+169=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #901BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901BA9 is #6FE456. Grayscale: #4D4D4D. Windows color (decimal): -7332951 or 11082640. OLE color: 11082640.
HSL color Cylindrical-coordinate representation of color #901BA9: hue angle of 289.44º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901BA9 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 27 | 169 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.34 |
| HSL | 289.44º | 0.72% | 0.38% | - |
| HSV(B) | 289.44º | 0.84% | 0.66% | - |
| XYZ | 19.05 | 9.58 | 38.38 | - |
| YUV | 78.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 169 | 0.15 | 0.84 | 0 | 0.34 | 289.44 | 0.72 | 0.38 |
| Hex | 90 | 1B | A9 | F | 54 | 0 | 22 | 121 | 48 | 26 |
| Octal | 220 | 33 | 251 | 17 | 124 | 0 | 42 | 441 | 110 | 46 |
| Binary | 10010000 | 11011 | 10101001 | 1111 | 1010100 | 0 | 100010 | 100100001 | 1001000 | 100110 |
Color Harmonies of #901BA9
Complementary color
Monochromatic Colors of #901BA9
Black with #901BA9
Text Example
Text Example
White with #901BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901BA9; }
p { color: rgb(144,27,169); }
H1.HeaderClassName
{
color: #901BA9;
}
.AnyTagClassName
{
color: #901BA9;
}
</style>
background-color css
<style>
a { background-color: #901BA9; }
a { background-color: rgb(144,27,169); }
div.DivClassName
{
background-color: #901BA9;
}
.BgClassName
{
background-color: #901BA9;
}
</style>
border-color css
<style>
span { border-color: #901BA9; }
span { border-color: rgb(144,27,169); }
td.TdClassName
{
border-color: #901BA9;
}
.TagClassName
{
border-color: #901BA9;
}
</style>