Shades of Blue Violet #901FEF
Tints of Blue Violet #901FEF
RGB
CMYK
RGB Variations
Color information
#901FEF (or 0x901FEF) is known color: Blue Violet. HEX triplet: 90, 1F and EF. RGB value is (144,31,239). Sum of RGB (Red+Green+Blue) = 144+31+239=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #901FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901FEF is #6FE010. Grayscale: #575757. Windows color (decimal): -7331857 or 15671184. OLE color: 15671184.
HSL color Cylindrical-coordinate representation of color #901FEF: hue angle of 272.6º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901FEF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 31 | 239 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.06 |
| HSL | 272.6º | 0.87% | 0.53% | - |
| HSV(B) | 272.6º | 0.87% | 0.94% | - |
| XYZ | 27.57 | 13.14 | 82.74 | - |
| YUV | 88.5 | 212.94 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 239 | 0.40 | 0.87 | 0 | 0.06 | 272.6 | 0.87 | 0.53 |
| Hex | 90 | 1F | EF | 28 | 57 | 0 | 6 | 111 | 57 | 35 |
| Octal | 220 | 37 | 357 | 50 | 127 | 0 | 6 | 421 | 127 | 65 |
| Binary | 10010000 | 11111 | 11101111 | 101000 | 1010111 | 0 | 110 | 100010001 | 1010111 | 110101 |
Color Harmonies of #901FEF
Complementary color
Monochromatic Colors of #901FEF
Black with #901FEF
Text Example
Text Example
White with #901FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FEF; }
p { color: rgb(144,31,239); }
H1.HeaderClassName
{
color: #901FEF;
}
.AnyTagClassName
{
color: #901FEF;
}
</style>
background-color css
<style>
a { background-color: #901FEF; }
a { background-color: rgb(144,31,239); }
div.DivClassName
{
background-color: #901FEF;
}
.BgClassName
{
background-color: #901FEF;
}
</style>
border-color css
<style>
span { border-color: #901FEF; }
span { border-color: rgb(144,31,239); }
td.TdClassName
{
border-color: #901FEF;
}
.TagClassName
{
border-color: #901FEF;
}
</style>