Shades of Deep Lilac #9044BC
Tints of Deep Lilac #9044BC
RGB
CMYK
RGB Variations
Color information
#9044BC (or 0x9044BC) is known color: Deep Lilac. HEX triplet: 90, 44 and BC. RGB value is (144,68,188). Sum of RGB (Red+Green+Blue) = 144+68+188=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #9044BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044BC is #6FBB43. Grayscale: #686868. Windows color (decimal): -7322436 or 12338320. OLE color: 12338320.
HSL color Cylindrical-coordinate representation of color #9044BC: hue angle of 278º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9044BC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 68 | 188 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.26 |
| HSL | 278º | 0.47% | 0.5% | - |
| HSV(B) | 278º | 0.64% | 0.74% | - |
| XYZ | 22.65 | 13.69 | 49.03 | - |
| YUV | 104.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 188 | 0.23 | 0.64 | 0 | 0.26 | 278 | 0.47 | 0.5 |
| Hex | 90 | 44 | BC | 17 | 40 | 0 | 1A | 116 | 2F | 32 |
| Octal | 220 | 104 | 274 | 27 | 100 | 0 | 32 | 426 | 57 | 62 |
| Binary | 10010000 | 1000100 | 10111100 | 10111 | 1000000 | 0 | 11010 | 100010110 | 101111 | 110010 |
Color Harmonies of #9044BC
Complementary color
Monochromatic Colors of #9044BC
Black with #9044BC
Text Example
Text Example
White with #9044BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044BC; }
p { color: rgb(144,68,188); }
H1.HeaderClassName
{
color: #9044BC;
}
.AnyTagClassName
{
color: #9044BC;
}
</style>
background-color css
<style>
a { background-color: #9044BC; }
a { background-color: rgb(144,68,188); }
div.DivClassName
{
background-color: #9044BC;
}
.BgClassName
{
background-color: #9044BC;
}
</style>
border-color css
<style>
span { border-color: #9044BC; }
span { border-color: rgb(144,68,188); }
td.TdClassName
{
border-color: #9044BC;
}
.TagClassName
{
border-color: #9044BC;
}
</style>