Shades of Deep Lilac #8944BB
Tints of Deep Lilac #8944BB
RGB
CMYK
RGB Variations
Color information
#8944BB (or 0x8944BB) is known color: Deep Lilac. HEX triplet: 89, 44 and BB. RGB value is (137,68,187). Sum of RGB (Red+Green+Blue) = 137+68+187=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #8944BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8944BB is #76BB44. Grayscale: #656565. Windows color (decimal): -7781189 or 12272777. OLE color: 12272777.
HSL color Cylindrical-coordinate representation of color #8944BB: hue angle of 274.79º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8944BB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 68 | 187 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.27 |
| HSL | 274.79º | 0.47% | 0.5% | - |
| HSV(B) | 274.79º | 0.64% | 0.73% | - |
| XYZ | 21.35 | 13.04 | 48.41 | - |
| YUV | 102.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 187 | 0.27 | 0.64 | 0 | 0.27 | 274.79 | 0.47 | 0.5 |
| Hex | 89 | 44 | BB | 1B | 40 | 0 | 1B | 113 | 2F | 32 |
| Octal | 211 | 104 | 273 | 33 | 100 | 0 | 33 | 423 | 57 | 62 |
| Binary | 10001001 | 1000100 | 10111011 | 11011 | 1000000 | 0 | 11011 | 100010011 | 101111 | 110010 |
Color Harmonies of #8944BB
Complementary color
Monochromatic Colors of #8944BB
Black with #8944BB
Text Example
Text Example
White with #8944BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8944BB; }
p { color: rgb(137,68,187); }
H1.HeaderClassName
{
color: #8944BB;
}
.AnyTagClassName
{
color: #8944BB;
}
</style>
background-color css
<style>
a { background-color: #8944BB; }
a { background-color: rgb(137,68,187); }
div.DivClassName
{
background-color: #8944BB;
}
.BgClassName
{
background-color: #8944BB;
}
</style>
border-color css
<style>
span { border-color: #8944BB; }
span { border-color: rgb(137,68,187); }
td.TdClassName
{
border-color: #8944BB;
}
.TagClassName
{
border-color: #8944BB;
}
</style>