Shades of Deep Lilac #9045BA
Tints of Deep Lilac #9045BA
RGB
CMYK
RGB Variations
Color information
#9045BA (or 0x9045BA) is known color: Deep Lilac. HEX triplet: 90, 45 and BA. RGB value is (144,69,186). Sum of RGB (Red+Green+Blue) = 144+69+186=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #9045BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9045BA is #6FBA45. Grayscale: #686868. Windows color (decimal): -7322182 or 12207504. OLE color: 12207504.
HSL color Cylindrical-coordinate representation of color #9045BA: hue angle of 278.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9045BA is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 69 | 186 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.27 |
| HSL | 278.46º | 0.46% | 0.5% | - |
| HSV(B) | 278.46º | 0.63% | 0.73% | - |
| XYZ | 22.49 | 13.73 | 47.92 | - |
| YUV | 104.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 186 | 0.23 | 0.63 | 0 | 0.27 | 278.46 | 0.46 | 0.5 |
| Hex | 90 | 45 | BA | 17 | 3F | 0 | 1B | 116 | 2E | 32 |
| Octal | 220 | 105 | 272 | 27 | 77 | 0 | 33 | 426 | 56 | 62 |
| Binary | 10010000 | 1000101 | 10111010 | 10111 | 111111 | 0 | 11011 | 100010110 | 101110 | 110010 |
Color Harmonies of #9045BA
Complementary color
Monochromatic Colors of #9045BA
Black with #9045BA
Text Example
Text Example
White with #9045BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9045BA; }
p { color: rgb(144,69,186); }
H1.HeaderClassName
{
color: #9045BA;
}
.AnyTagClassName
{
color: #9045BA;
}
</style>
background-color css
<style>
a { background-color: #9045BA; }
a { background-color: rgb(144,69,186); }
div.DivClassName
{
background-color: #9045BA;
}
.BgClassName
{
background-color: #9045BA;
}
</style>
border-color css
<style>
span { border-color: #9045BA; }
span { border-color: rgb(144,69,186); }
td.TdClassName
{
border-color: #9045BA;
}
.TagClassName
{
border-color: #9045BA;
}
</style>