Shades of Blue Violet #901DFF
Tints of Blue Violet #901DFF
RGB
CMYK
RGB Variations
Color information
#901DFF (or 0x901DFF) is known color: Blue Violet. HEX triplet: 90, 1D and FF. RGB value is (144,29,255). Sum of RGB (Red+Green+Blue) = 144+29+255=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #901DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901DFF is #6FE200. Grayscale: #585858. Windows color (decimal): -7332353 or 16719248. OLE color: 16719248.
HSL color Cylindrical-coordinate representation of color #901DFF: hue angle of 270.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901DFF is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 29 | 255 | - |
| CMYK | 0.44 | 0.89 | 0 | 0 |
| HSL | 270.53º | 1% | 0.56% | - |
| HSV(B) | 270.53º | 0.89% | 1% | - |
| XYZ | 29.99 | 14.03 | 95.73 | - |
| YUV | 89.15 | 221.6 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 255 | 0.44 | 0.89 | 0 | 0 | 270.53 | 1 | 0.56 |
| Hex | 90 | 1D | FF | 2C | 59 | 0 | 0 | 10F | 64 | 38 |
| Octal | 220 | 35 | 377 | 54 | 131 | 0 | 0 | 417 | 144 | 70 |
| Binary | 10010000 | 11101 | 11111111 | 101100 | 1011001 | 0 | 0 | 100001111 | 1100100 | 111000 |
Color Harmonies of #901DFF
Complementary color
Monochromatic Colors of #901DFF
Black with #901DFF
Text Example
Text Example
White with #901DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DFF; }
p { color: rgb(144,29,255); }
H1.HeaderClassName
{
color: #901DFF;
}
.AnyTagClassName
{
color: #901DFF;
}
</style>
background-color css
<style>
a { background-color: #901DFF; }
a { background-color: rgb(144,29,255); }
div.DivClassName
{
background-color: #901DFF;
}
.BgClassName
{
background-color: #901DFF;
}
</style>
border-color css
<style>
span { border-color: #901DFF; }
span { border-color: rgb(144,29,255); }
td.TdClassName
{
border-color: #901DFF;
}
.TagClassName
{
border-color: #901DFF;
}
</style>