Shades of Deep Lilac #9045BB
Tints of Deep Lilac #9045BB
RGB
CMYK
RGB Variations
Color information
#9045BB (or 0x9045BB) is known color: Deep Lilac. HEX triplet: 90, 45 and BB. RGB value is (144,69,187). Sum of RGB (Red+Green+Blue) = 144+69+187=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #9045BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9045BB is #6FBA44. Grayscale: #686868. Windows color (decimal): -7322181 or 12273040. OLE color: 12273040.
HSL color Cylindrical-coordinate representation of color #9045BB: hue angle of 278.14º 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 #9045BB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 69 | 187 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.27 |
| HSL | 278.14º | 0.46% | 0.5% | - |
| HSV(B) | 278.14º | 0.63% | 0.73% | - |
| XYZ | 22.6 | 13.77 | 48.48 | - |
| YUV | 104.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 187 | 0.23 | 0.63 | 0 | 0.27 | 278.14 | 0.46 | 0.5 |
| Hex | 90 | 45 | BB | 17 | 3F | 0 | 1B | 116 | 2E | 32 |
| Octal | 220 | 105 | 273 | 27 | 77 | 0 | 33 | 426 | 56 | 62 |
| Binary | 10010000 | 1000101 | 10111011 | 10111 | 111111 | 0 | 11011 | 100010110 | 101110 | 110010 |
Color Harmonies of #9045BB
Complementary color
Monochromatic Colors of #9045BB
Black with #9045BB
Text Example
Text Example
White with #9045BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9045BB; }
p { color: rgb(144,69,187); }
H1.HeaderClassName
{
color: #9045BB;
}
.AnyTagClassName
{
color: #9045BB;
}
</style>
background-color css
<style>
a { background-color: #9045BB; }
a { background-color: rgb(144,69,187); }
div.DivClassName
{
background-color: #9045BB;
}
.BgClassName
{
background-color: #9045BB;
}
</style>
border-color css
<style>
span { border-color: #9045BB; }
span { border-color: rgb(144,69,187); }
td.TdClassName
{
border-color: #9045BB;
}
.TagClassName
{
border-color: #9045BB;
}
</style>