Shades of Blue Violet #901EFE
Tints of Blue Violet #901EFE
RGB
CMYK
RGB Variations
Color information
#901EFE (or 0x901EFE) is known color: Blue Violet. HEX triplet: 90, 1E and FE. RGB value is (144,30,254). Sum of RGB (Red+Green+Blue) = 144+30+254=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #901EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901EFE is #6FE101. Grayscale: #585858. Windows color (decimal): -7332098 or 16653968. OLE color: 16653968.
HSL color Cylindrical-coordinate representation of color #901EFE: hue angle of 270.54º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901EFE is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 30 | 254 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.00 |
| HSL | 270.54º | 0.99% | 0.56% | - |
| HSV(B) | 270.54º | 0.88% | 1% | - |
| XYZ | 29.86 | 14.01 | 94.9 | - |
| YUV | 89.62 | 220.77 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 254 | 0.43 | 0.88 | 0 | 0.00 | 270.54 | 0.99 | 0.56 |
| Hex | 90 | 1E | FE | 2B | 58 | 0 | 0 | 10F | 63 | 38 |
| Octal | 220 | 36 | 376 | 53 | 130 | 0 | 0 | 417 | 143 | 70 |
| Binary | 10010000 | 11110 | 11111110 | 101011 | 1011000 | 0 | 0 | 100001111 | 1100011 | 111000 |
Color Harmonies of #901EFE
Complementary color
Monochromatic Colors of #901EFE
Black with #901EFE
Text Example
Text Example
White with #901EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901EFE; }
p { color: rgb(144,30,254); }
H1.HeaderClassName
{
color: #901EFE;
}
.AnyTagClassName
{
color: #901EFE;
}
</style>
background-color css
<style>
a { background-color: #901EFE; }
a { background-color: rgb(144,30,254); }
div.DivClassName
{
background-color: #901EFE;
}
.BgClassName
{
background-color: #901EFE;
}
</style>
border-color css
<style>
span { border-color: #901EFE; }
span { border-color: rgb(144,30,254); }
td.TdClassName
{
border-color: #901EFE;
}
.TagClassName
{
border-color: #901EFE;
}
</style>