Shades of Blue Violet #901EF2
Tints of Blue Violet #901EF2
RGB
CMYK
RGB Variations
Color information
#901EF2 (or 0x901EF2) is known color: Blue Violet. HEX triplet: 90, 1E and F2. RGB value is (144,30,242). Sum of RGB (Red+Green+Blue) = 144+30+242=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #901EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901EF2 is #6FE10D. Grayscale: #575757. Windows color (decimal): -7332110 or 15867536. OLE color: 15867536.
HSL color Cylindrical-coordinate representation of color #901EF2: hue angle of 272.26º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901EF2 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 30 | 242 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.05 |
| HSL | 272.26º | 0.89% | 0.53% | - |
| HSV(B) | 272.26º | 0.88% | 0.95% | - |
| XYZ | 27.99 | 13.27 | 85.09 | - |
| YUV | 88.25 | 214.77 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 242 | 0.40 | 0.88 | 0 | 0.05 | 272.26 | 0.89 | 0.53 |
| Hex | 90 | 1E | F2 | 28 | 58 | 0 | 5 | 110 | 59 | 35 |
| Octal | 220 | 36 | 362 | 50 | 130 | 0 | 5 | 420 | 131 | 65 |
| Binary | 10010000 | 11110 | 11110010 | 101000 | 1011000 | 0 | 101 | 100010000 | 1011001 | 110101 |
Color Harmonies of #901EF2
Complementary color
Monochromatic Colors of #901EF2
Black with #901EF2
Text Example
Text Example
White with #901EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901EF2; }
p { color: rgb(144,30,242); }
H1.HeaderClassName
{
color: #901EF2;
}
.AnyTagClassName
{
color: #901EF2;
}
</style>
background-color css
<style>
a { background-color: #901EF2; }
a { background-color: rgb(144,30,242); }
div.DivClassName
{
background-color: #901EF2;
}
.BgClassName
{
background-color: #901EF2;
}
</style>
border-color css
<style>
span { border-color: #901EF2; }
span { border-color: rgb(144,30,242); }
td.TdClassName
{
border-color: #901EF2;
}
.TagClassName
{
border-color: #901EF2;
}
</style>