Shades of Blue Violet #9044E5
Tints of Blue Violet #9044E5
RGB
CMYK
RGB Variations
Color information
#9044E5 (or 0x9044E5) is known color: Blue Violet. HEX triplet: 90, 44 and E5. RGB value is (144,68,229). Sum of RGB (Red+Green+Blue) = 144+68+229=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #9044E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044E5 is #6FBB1A. Grayscale: #6C6C6C. Windows color (decimal): -7322395 or 15025296. OLE color: 15025296.
HSL color Cylindrical-coordinate representation of color #9044E5: hue angle of 268.32º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9044E5 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 68 | 229 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.10 |
| HSL | 268.32º | 0.76% | 0.58% | - |
| HSV(B) | 268.32º | 0.7% | 0.9% | - |
| XYZ | 27.71 | 15.72 | 75.7 | - |
| YUV | 109.08 | 195.68 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 229 | 0.37 | 0.70 | 0 | 0.10 | 268.32 | 0.76 | 0.58 |
| Hex | 90 | 44 | E5 | 25 | 46 | 0 | A | 10C | 4C | 3A |
| Octal | 220 | 104 | 345 | 45 | 106 | 0 | 12 | 414 | 114 | 72 |
| Binary | 10010000 | 1000100 | 11100101 | 100101 | 1000110 | 0 | 1010 | 100001100 | 1001100 | 111010 |
Color Harmonies of #9044E5
Complementary color
Monochromatic Colors of #9044E5
Black with #9044E5
Text Example
Text Example
White with #9044E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044E5; }
p { color: rgb(144,68,229); }
H1.HeaderClassName
{
color: #9044E5;
}
.AnyTagClassName
{
color: #9044E5;
}
</style>
background-color css
<style>
a { background-color: #9044E5; }
a { background-color: rgb(144,68,229); }
div.DivClassName
{
background-color: #9044E5;
}
.BgClassName
{
background-color: #9044E5;
}
</style>
border-color css
<style>
span { border-color: #9044E5; }
span { border-color: rgb(144,68,229); }
td.TdClassName
{
border-color: #9044E5;
}
.TagClassName
{
border-color: #9044E5;
}
</style>