Shades of Blue Violet #901FE9
Tints of Blue Violet #901FE9
RGB
CMYK
RGB Variations
Color information
#901FE9 (or 0x901FE9) is known color: Blue Violet. HEX triplet: 90, 1F and E9. RGB value is (144,31,233). Sum of RGB (Red+Green+Blue) = 144+31+233=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #901FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901FE9 is #6FE016. Grayscale: #575757. Windows color (decimal): -7331863 or 15277968. OLE color: 15277968.
HSL color Cylindrical-coordinate representation of color #901FE9: hue angle of 273.56º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901FE9 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 31 | 233 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.09 |
| HSL | 273.56º | 0.82% | 0.52% | - |
| HSV(B) | 273.56º | 0.87% | 0.91% | - |
| XYZ | 26.7 | 12.79 | 78.15 | - |
| YUV | 87.82 | 209.94 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 233 | 0.38 | 0.87 | 0 | 0.09 | 273.56 | 0.82 | 0.52 |
| Hex | 90 | 1F | E9 | 26 | 57 | 0 | 9 | 112 | 52 | 34 |
| Octal | 220 | 37 | 351 | 46 | 127 | 0 | 11 | 422 | 122 | 64 |
| Binary | 10010000 | 11111 | 11101001 | 100110 | 1010111 | 0 | 1001 | 100010010 | 1010010 | 110100 |
Color Harmonies of #901FE9
Complementary color
Monochromatic Colors of #901FE9
Black with #901FE9
Text Example
Text Example
White with #901FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FE9; }
p { color: rgb(144,31,233); }
H1.HeaderClassName
{
color: #901FE9;
}
.AnyTagClassName
{
color: #901FE9;
}
</style>
background-color css
<style>
a { background-color: #901FE9; }
a { background-color: rgb(144,31,233); }
div.DivClassName
{
background-color: #901FE9;
}
.BgClassName
{
background-color: #901FE9;
}
</style>
border-color css
<style>
span { border-color: #901FE9; }
span { border-color: rgb(144,31,233); }
td.TdClassName
{
border-color: #901FE9;
}
.TagClassName
{
border-color: #901FE9;
}
</style>