Shades of Vivid Violet #901DA1
Tints of Vivid Violet #901DA1
RGB
CMYK
RGB Variations
Color information
#901DA1 (or 0x901DA1) is known color: Vivid Violet. HEX triplet: 90, 1D and A1. RGB value is (144,29,161). Sum of RGB (Red+Green+Blue) = 144+29+161=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #901DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901DA1 is #6FE25E. Grayscale: #4E4E4E. Windows color (decimal): -7332447 or 10558864. OLE color: 10558864.
HSL color Cylindrical-coordinate representation of color #901DA1: hue angle of 292.27º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901DA1 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 29 | 161 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.37 |
| HSL | 292.27º | 0.69% | 0.37% | - |
| HSV(B) | 292.27º | 0.82% | 0.63% | - |
| XYZ | 18.37 | 9.38 | 34.56 | - |
| YUV | 78.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 161 | 0.11 | 0.82 | 0 | 0.37 | 292.27 | 0.69 | 0.37 |
| Hex | 90 | 1D | A1 | B | 52 | 0 | 25 | 124 | 45 | 25 |
| Octal | 220 | 35 | 241 | 13 | 122 | 0 | 45 | 444 | 105 | 45 |
| Binary | 10010000 | 11101 | 10100001 | 1011 | 1010010 | 0 | 100101 | 100100100 | 1000101 | 100101 |
Color Harmonies of #901DA1
Complementary color
Monochromatic Colors of #901DA1
Black with #901DA1
Text Example
Text Example
White with #901DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DA1; }
p { color: rgb(144,29,161); }
H1.HeaderClassName
{
color: #901DA1;
}
.AnyTagClassName
{
color: #901DA1;
}
</style>
background-color css
<style>
a { background-color: #901DA1; }
a { background-color: rgb(144,29,161); }
div.DivClassName
{
background-color: #901DA1;
}
.BgClassName
{
background-color: #901DA1;
}
</style>
border-color css
<style>
span { border-color: #901DA1; }
span { border-color: rgb(144,29,161); }
td.TdClassName
{
border-color: #901DA1;
}
.TagClassName
{
border-color: #901DA1;
}
</style>