Shades of Blue Violet #901EF0
Tints of Blue Violet #901EF0
RGB
CMYK
RGB Variations
Color information
#901EF0 (or 0x901EF0) is known color: Blue Violet. HEX triplet: 90, 1E and F0. RGB value is (144,30,240). Sum of RGB (Red+Green+Blue) = 144+30+240=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #901EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901EF0 is #6FE10F. Grayscale: #575757. Windows color (decimal): -7332112 or 15736464. OLE color: 15736464.
HSL color Cylindrical-coordinate representation of color #901EF0: hue angle of 272.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901EF0 is Cyan = 0.4, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 30 | 240 | - |
| CMYK | 0.4 | 0.87 | 0 | 0.06 |
| HSL | 272.57º | 0.88% | 0.53% | - |
| HSV(B) | 272.57º | 0.88% | 0.94% | - |
| XYZ | 27.69 | 13.15 | 83.52 | - |
| YUV | 88.03 | 213.77 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 240 | 0.4 | 0.87 | 0 | 0.06 | 272.57 | 0.88 | 0.53 |
| Hex | 90 | 1E | F0 | 28 | 57 | 0 | 6 | 111 | 58 | 35 |
| Octal | 220 | 36 | 360 | 50 | 127 | 0 | 6 | 421 | 130 | 65 |
| Binary | 10010000 | 11110 | 11110000 | 101000 | 1010111 | 0 | 110 | 100010001 | 1011000 | 110101 |
Color Harmonies of #901EF0
Complementary color
Monochromatic Colors of #901EF0
Black with #901EF0
Text Example
Text Example
White with #901EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901EF0; }
p { color: rgb(144,30,240); }
H1.HeaderClassName
{
color: #901EF0;
}
.AnyTagClassName
{
color: #901EF0;
}
</style>
background-color css
<style>
a { background-color: #901EF0; }
a { background-color: rgb(144,30,240); }
div.DivClassName
{
background-color: #901EF0;
}
.BgClassName
{
background-color: #901EF0;
}
</style>
border-color css
<style>
span { border-color: #901EF0; }
span { border-color: rgb(144,30,240); }
td.TdClassName
{
border-color: #901EF0;
}
.TagClassName
{
border-color: #901EF0;
}
</style>