Shades of Deep Lilac #8945BA
Tints of Deep Lilac #8945BA
RGB
CMYK
RGB Variations
Color information
#8945BA (or 0x8945BA) is known color: Deep Lilac. HEX triplet: 89, 45 and BA. RGB value is (137,69,186). Sum of RGB (Red+Green+Blue) = 137+69+186=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #8945BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8945BA is #76BA45. Grayscale: #666666. Windows color (decimal): -7780934 or 12207497. OLE color: 12207497.
HSL color Cylindrical-coordinate representation of color #8945BA: hue angle of 274.87º 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 #8945BA is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 69 | 186 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.27 |
| HSL | 274.87º | 0.46% | 0.5% | - |
| HSV(B) | 274.87º | 0.63% | 0.73% | - |
| XYZ | 21.31 | 13.12 | 47.86 | - |
| YUV | 102.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 186 | 0.26 | 0.63 | 0 | 0.27 | 274.87 | 0.46 | 0.5 |
| Hex | 89 | 45 | BA | 1A | 3F | 0 | 1B | 113 | 2E | 32 |
| Octal | 211 | 105 | 272 | 32 | 77 | 0 | 33 | 423 | 56 | 62 |
| Binary | 10001001 | 1000101 | 10111010 | 11010 | 111111 | 0 | 11011 | 100010011 | 101110 | 110010 |
Color Harmonies of #8945BA
Complementary color
Monochromatic Colors of #8945BA
Black with #8945BA
Text Example
Text Example
White with #8945BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8945BA; }
p { color: rgb(137,69,186); }
H1.HeaderClassName
{
color: #8945BA;
}
.AnyTagClassName
{
color: #8945BA;
}
</style>
background-color css
<style>
a { background-color: #8945BA; }
a { background-color: rgb(137,69,186); }
div.DivClassName
{
background-color: #8945BA;
}
.BgClassName
{
background-color: #8945BA;
}
</style>
border-color css
<style>
span { border-color: #8945BA; }
span { border-color: rgb(137,69,186); }
td.TdClassName
{
border-color: #8945BA;
}
.TagClassName
{
border-color: #8945BA;
}
</style>