Shades of Deep Lilac #8944B7
Tints of Deep Lilac #8944B7
RGB
CMYK
RGB Variations
Color information
#8944B7 (or 0x8944B7) is known color: Deep Lilac. HEX triplet: 89, 44 and B7. RGB value is (137,68,183). Sum of RGB (Red+Green+Blue) = 137+68+183=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #8944B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8944B7 is #76BB48. Grayscale: #656565. Windows color (decimal): -7781193 or 12010633. OLE color: 12010633.
HSL color Cylindrical-coordinate representation of color #8944B7: hue angle of 276º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8944B7 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 68 | 183 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.28 |
| HSL | 276º | 0.46% | 0.49% | - |
| HSV(B) | 276º | 0.63% | 0.72% | - |
| XYZ | 20.93 | 12.87 | 46.18 | - |
| YUV | 101.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 183 | 0.25 | 0.63 | 0 | 0.28 | 276 | 0.46 | 0.49 |
| Hex | 89 | 44 | B7 | 19 | 3F | 0 | 1C | 114 | 2E | 31 |
| Octal | 211 | 104 | 267 | 31 | 77 | 0 | 34 | 424 | 56 | 61 |
| Binary | 10001001 | 1000100 | 10110111 | 11001 | 111111 | 0 | 11100 | 100010100 | 101110 | 110001 |
Color Harmonies of #8944B7
Complementary color
Monochromatic Colors of #8944B7
Black with #8944B7
Text Example
Text Example
White with #8944B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8944B7; }
p { color: rgb(137,68,183); }
H1.HeaderClassName
{
color: #8944B7;
}
.AnyTagClassName
{
color: #8944B7;
}
</style>
background-color css
<style>
a { background-color: #8944B7; }
a { background-color: rgb(137,68,183); }
div.DivClassName
{
background-color: #8944B7;
}
.BgClassName
{
background-color: #8944B7;
}
</style>
border-color css
<style>
span { border-color: #8944B7; }
span { border-color: rgb(137,68,183); }
td.TdClassName
{
border-color: #8944B7;
}
.TagClassName
{
border-color: #8944B7;
}
</style>