Shades of Blue Violet #901AD9
Tints of Blue Violet #901AD9
RGB
CMYK
RGB Variations
Color information
#901AD9 (or 0x901AD9) is known color: Blue Violet. HEX triplet: 90, 1A and D9. RGB value is (144,26,217). Sum of RGB (Red+Green+Blue) = 144+26+217=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #901AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901AD9 is #6FE526. Grayscale: #525252. Windows color (decimal): -7333159 or 14228112. OLE color: 14228112.
HSL color Cylindrical-coordinate representation of color #901AD9: hue angle of 277.07º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901AD9 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 26 | 217 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.15 |
| HSL | 277.07º | 0.79% | 0.48% | - |
| HSV(B) | 277.07º | 0.88% | 0.85% | - |
| XYZ | 24.4 | 11.68 | 66.61 | - |
| YUV | 83.06 | 203.59 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 217 | 0.34 | 0.88 | 0 | 0.15 | 277.07 | 0.79 | 0.48 |
| Hex | 90 | 1A | D9 | 22 | 58 | 0 | F | 115 | 4F | 30 |
| Octal | 220 | 32 | 331 | 42 | 130 | 0 | 17 | 425 | 117 | 60 |
| Binary | 10010000 | 11010 | 11011001 | 100010 | 1011000 | 0 | 1111 | 100010101 | 1001111 | 110000 |
Color Harmonies of #901AD9
Complementary color
Monochromatic Colors of #901AD9
Black with #901AD9
Text Example
Text Example
White with #901AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901AD9; }
p { color: rgb(144,26,217); }
H1.HeaderClassName
{
color: #901AD9;
}
.AnyTagClassName
{
color: #901AD9;
}
</style>
background-color css
<style>
a { background-color: #901AD9; }
a { background-color: rgb(144,26,217); }
div.DivClassName
{
background-color: #901AD9;
}
.BgClassName
{
background-color: #901AD9;
}
</style>
border-color css
<style>
span { border-color: #901AD9; }
span { border-color: rgb(144,26,217); }
td.TdClassName
{
border-color: #901AD9;
}
.TagClassName
{
border-color: #901AD9;
}
</style>