Shades of Deep Lilac #8944C1
Tints of Deep Lilac #8944C1
RGB
CMYK
RGB Variations
Color information
#8944C1 (or 0x8944C1) is known color: Deep Lilac. HEX triplet: 89, 44 and C1. RGB value is (137,68,193). Sum of RGB (Red+Green+Blue) = 137+68+193=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #8944C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8944C1 is #76BB3E. Grayscale: #666666. Windows color (decimal): -7781183 or 12665993. OLE color: 12665993.
HSL color Cylindrical-coordinate representation of color #8944C1: hue angle of 273.12º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8944C1 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 68 | 193 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.24 |
| HSL | 273.12º | 0.5% | 0.51% | - |
| HSV(B) | 273.12º | 0.65% | 0.76% | - |
| XYZ | 22.01 | 13.3 | 51.86 | - |
| YUV | 102.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 193 | 0.29 | 0.65 | 0 | 0.24 | 273.12 | 0.5 | 0.51 |
| Hex | 89 | 44 | C1 | 1D | 41 | 0 | 18 | 111 | 32 | 33 |
| Octal | 211 | 104 | 301 | 35 | 101 | 0 | 30 | 421 | 62 | 63 |
| Binary | 10001001 | 1000100 | 11000001 | 11101 | 1000001 | 0 | 11000 | 100010001 | 110010 | 110011 |
Color Harmonies of #8944C1
Complementary color
Monochromatic Colors of #8944C1
Black with #8944C1
Text Example
Text Example
White with #8944C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8944C1; }
p { color: rgb(137,68,193); }
H1.HeaderClassName
{
color: #8944C1;
}
.AnyTagClassName
{
color: #8944C1;
}
</style>
background-color css
<style>
a { background-color: #8944C1; }
a { background-color: rgb(137,68,193); }
div.DivClassName
{
background-color: #8944C1;
}
.BgClassName
{
background-color: #8944C1;
}
</style>
border-color css
<style>
span { border-color: #8944C1; }
span { border-color: rgb(137,68,193); }
td.TdClassName
{
border-color: #8944C1;
}
.TagClassName
{
border-color: #8944C1;
}
</style>