Shades of Blue Violet #901FD5
Tints of Blue Violet #901FD5
RGB
CMYK
RGB Variations
Color information
#901FD5 (or 0x901FD5) is known color: Blue Violet. HEX triplet: 90, 1F and D5. RGB value is (144,31,213). Sum of RGB (Red+Green+Blue) = 144+31+213=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #901FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FD5 is #6FE02A. Grayscale: #545454. Windows color (decimal): -7331883 or 13967248. OLE color: 13967248.
HSL color Cylindrical-coordinate representation of color #901FD5: hue angle of 277.25º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901FD5 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 31 | 213 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.16 |
| HSL | 277.25º | 0.75% | 0.48% | - |
| HSV(B) | 277.25º | 0.85% | 0.84% | - |
| XYZ | 24 | 11.71 | 63.95 | - |
| YUV | 85.54 | 199.94 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 213 | 0.32 | 0.85 | 0 | 0.16 | 277.25 | 0.75 | 0.48 |
| Hex | 90 | 1F | D5 | 20 | 55 | 0 | 10 | 115 | 4B | 30 |
| Octal | 220 | 37 | 325 | 40 | 125 | 0 | 20 | 425 | 113 | 60 |
| Binary | 10010000 | 11111 | 11010101 | 100000 | 1010101 | 0 | 10000 | 100010101 | 1001011 | 110000 |
Color Harmonies of #901FD5
Complementary color
Monochromatic Colors of #901FD5
Black with #901FD5
Text Example
Text Example
White with #901FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FD5; }
p { color: rgb(144,31,213); }
H1.HeaderClassName
{
color: #901FD5;
}
.AnyTagClassName
{
color: #901FD5;
}
</style>
background-color css
<style>
a { background-color: #901FD5; }
a { background-color: rgb(144,31,213); }
div.DivClassName
{
background-color: #901FD5;
}
.BgClassName
{
background-color: #901FD5;
}
</style>
border-color css
<style>
span { border-color: #901FD5; }
span { border-color: rgb(144,31,213); }
td.TdClassName
{
border-color: #901FD5;
}
.TagClassName
{
border-color: #901FD5;
}
</style>