Shades of Deep Lilac #8954C0
Tints of Deep Lilac #8954C0
RGB
CMYK
RGB Variations
Color information
#8954C0 (or 0x8954C0) is known color: Deep Lilac. HEX triplet: 89, 54 and C0. RGB value is (137,84,192). Sum of RGB (Red+Green+Blue) = 137+84+192=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #8954C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954C0 is #76AB3F. Grayscale: #6F6F6F. Windows color (decimal): -7777088 or 12604553. OLE color: 12604553.
HSL color Cylindrical-coordinate representation of color #8954C0: hue angle of 269.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8954C0 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 84 | 192 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.25 |
| HSL | 269.44º | 0.46% | 0.54% | - |
| HSV(B) | 269.44º | 0.56% | 0.75% | - |
| XYZ | 23 | 15.46 | 51.64 | - |
| YUV | 112.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 192 | 0.29 | 0.56 | 0 | 0.25 | 269.44 | 0.46 | 0.54 |
| Hex | 89 | 54 | C0 | 1D | 38 | 0 | 19 | 10D | 2E | 36 |
| Octal | 211 | 124 | 300 | 35 | 70 | 0 | 31 | 415 | 56 | 66 |
| Binary | 10001001 | 1010100 | 11000000 | 11101 | 111000 | 0 | 11001 | 100001101 | 101110 | 110110 |
Color Harmonies of #8954C0
Complementary color
Monochromatic Colors of #8954C0
Black with #8954C0
Text Example
Text Example
White with #8954C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8954C0; }
p { color: rgb(137,84,192); }
H1.HeaderClassName
{
color: #8954C0;
}
.AnyTagClassName
{
color: #8954C0;
}
</style>
background-color css
<style>
a { background-color: #8954C0; }
a { background-color: rgb(137,84,192); }
div.DivClassName
{
background-color: #8954C0;
}
.BgClassName
{
background-color: #8954C0;
}
</style>
border-color css
<style>
span { border-color: #8954C0; }
span { border-color: rgb(137,84,192); }
td.TdClassName
{
border-color: #8954C0;
}
.TagClassName
{
border-color: #8954C0;
}
</style>