Shades of Blue Violet #9044E1
Tints of Blue Violet #9044E1
RGB
CMYK
RGB Variations
Color information
#9044E1 (or 0x9044E1) is known color: Blue Violet. HEX triplet: 90, 44 and E1. RGB value is (144,68,225). Sum of RGB (Red+Green+Blue) = 144+68+225=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #9044E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044E1 is #6FBB1E. Grayscale: #6C6C6C. Windows color (decimal): -7322399 or 14763152. OLE color: 14763152.
HSL color Cylindrical-coordinate representation of color #9044E1: hue angle of 269.04º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9044E1 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 68 | 225 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.12 |
| HSL | 269.04º | 0.72% | 0.57% | - |
| HSV(B) | 269.04º | 0.7% | 0.88% | - |
| XYZ | 27.16 | 15.5 | 72.79 | - |
| YUV | 108.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 225 | 0.36 | 0.70 | 0 | 0.12 | 269.04 | 0.72 | 0.57 |
| Hex | 90 | 44 | E1 | 24 | 46 | 0 | C | 10D | 48 | 39 |
| Octal | 220 | 104 | 341 | 44 | 106 | 0 | 14 | 415 | 110 | 71 |
| Binary | 10010000 | 1000100 | 11100001 | 100100 | 1000110 | 0 | 1100 | 100001101 | 1001000 | 111001 |
Color Harmonies of #9044E1
Complementary color
Monochromatic Colors of #9044E1
Black with #9044E1
Text Example
Text Example
White with #9044E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044E1; }
p { color: rgb(144,68,225); }
H1.HeaderClassName
{
color: #9044E1;
}
.AnyTagClassName
{
color: #9044E1;
}
</style>
background-color css
<style>
a { background-color: #9044E1; }
a { background-color: rgb(144,68,225); }
div.DivClassName
{
background-color: #9044E1;
}
.BgClassName
{
background-color: #9044E1;
}
</style>
border-color css
<style>
span { border-color: #9044E1; }
span { border-color: rgb(144,68,225); }
td.TdClassName
{
border-color: #9044E1;
}
.TagClassName
{
border-color: #9044E1;
}
</style>