Shades of Blue Violet #901EEF
Tints of Blue Violet #901EEF
RGB
CMYK
RGB Variations
Color information
#901EEF (or 0x901EEF) is known color: Blue Violet. HEX triplet: 90, 1E and EF. RGB value is (144,30,239). Sum of RGB (Red+Green+Blue) = 144+30+239=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #901EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901EEF is #6FE110. Grayscale: #575757. Windows color (decimal): -7332113 or 15670928. OLE color: 15670928.
HSL color Cylindrical-coordinate representation of color #901EEF: hue angle of 272.73º 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 #901EEF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 30 | 239 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.06 |
| HSL | 272.73º | 0.87% | 0.53% | - |
| HSV(B) | 272.73º | 0.87% | 0.94% | - |
| XYZ | 27.55 | 13.09 | 82.74 | - |
| YUV | 87.91 | 213.27 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 239 | 0.40 | 0.87 | 0 | 0.06 | 272.73 | 0.87 | 0.53 |
| Hex | 90 | 1E | EF | 28 | 57 | 0 | 6 | 111 | 57 | 35 |
| Octal | 220 | 36 | 357 | 50 | 127 | 0 | 6 | 421 | 127 | 65 |
| Binary | 10010000 | 11110 | 11101111 | 101000 | 1010111 | 0 | 110 | 100010001 | 1010111 | 110101 |
Color Harmonies of #901EEF
Complementary color
Monochromatic Colors of #901EEF
Black with #901EEF
Text Example
Text Example
White with #901EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901EEF; }
p { color: rgb(144,30,239); }
H1.HeaderClassName
{
color: #901EEF;
}
.AnyTagClassName
{
color: #901EEF;
}
</style>
background-color css
<style>
a { background-color: #901EEF; }
a { background-color: rgb(144,30,239); }
div.DivClassName
{
background-color: #901EEF;
}
.BgClassName
{
background-color: #901EEF;
}
</style>
border-color css
<style>
span { border-color: #901EEF; }
span { border-color: rgb(144,30,239); }
td.TdClassName
{
border-color: #901EEF;
}
.TagClassName
{
border-color: #901EEF;
}
</style>