Shades of Blue Violet #901DE2
Tints of Blue Violet #901DE2
RGB
CMYK
RGB Variations
Color information
#901DE2 (or 0x901DE2) is known color: Blue Violet. HEX triplet: 90, 1D and E2. RGB value is (144,29,226). Sum of RGB (Red+Green+Blue) = 144+29+226=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 226 (88.67% from 255 or 56.64% from 399); Max value from RGB is 226 - color contains mainly: blue. Hex color #901DE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DE2 is #6FE21D. Grayscale: #555555. Windows color (decimal): -7332382 or 14818704. OLE color: 14818704.
HSL color Cylindrical-coordinate representation of color #901DE2: hue angle of 275.03º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901DE2 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 29 | 226 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.11 |
| HSL | 275.03º | 0.77% | 0.5% | - |
| HSV(B) | 275.03º | 0.87% | 0.89% | - |
| XYZ | 25.67 | 12.3 | 72.97 | - |
| YUV | 85.84 | 207.1 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 226 | 0.36 | 0.87 | 0 | 0.11 | 275.03 | 0.77 | 0.5 |
| Hex | 90 | 1D | E2 | 24 | 57 | 0 | B | 113 | 4D | 32 |
| Octal | 220 | 35 | 342 | 44 | 127 | 0 | 13 | 423 | 115 | 62 |
| Binary | 10010000 | 11101 | 11100010 | 100100 | 1010111 | 0 | 1011 | 100010011 | 1001101 | 110010 |
Color Harmonies of #901DE2
Complementary color
Monochromatic Colors of #901DE2
Black with #901DE2
Text Example
Text Example
White with #901DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DE2; }
p { color: rgb(144,29,226); }
H1.HeaderClassName
{
color: #901DE2;
}
.AnyTagClassName
{
color: #901DE2;
}
</style>
background-color css
<style>
a { background-color: #901DE2; }
a { background-color: rgb(144,29,226); }
div.DivClassName
{
background-color: #901DE2;
}
.BgClassName
{
background-color: #901DE2;
}
</style>
border-color css
<style>
span { border-color: #901DE2; }
span { border-color: rgb(144,29,226); }
td.TdClassName
{
border-color: #901DE2;
}
.TagClassName
{
border-color: #901DE2;
}
</style>