Shades of Deep Lilac #8943C1
Tints of Deep Lilac #8943C1
RGB
CMYK
RGB Variations
Color information
#8943C1 (or 0x8943C1) is known color: Deep Lilac. HEX triplet: 89, 43 and C1. RGB value is (137,67,193). Sum of RGB (Red+Green+Blue) = 137+67+193=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #8943C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8943C1 is #76BC3E. Grayscale: #656565. Windows color (decimal): -7781439 or 12665737. OLE color: 12665737.
HSL color Cylindrical-coordinate representation of color #8943C1: hue angle of 273.33º 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 #8943C1 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 67 | 193 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.24 |
| HSL | 273.33º | 0.5% | 0.51% | - |
| HSV(B) | 273.33º | 0.65% | 0.76% | - |
| XYZ | 21.95 | 13.18 | 51.84 | - |
| YUV | 102.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 193 | 0.29 | 0.65 | 0 | 0.24 | 273.33 | 0.5 | 0.51 |
| Hex | 89 | 43 | C1 | 1D | 41 | 0 | 18 | 111 | 32 | 33 |
| Octal | 211 | 103 | 301 | 35 | 101 | 0 | 30 | 421 | 62 | 63 |
| Binary | 10001001 | 1000011 | 11000001 | 11101 | 1000001 | 0 | 11000 | 100010001 | 110010 | 110011 |
Color Harmonies of #8943C1
Complementary color
Monochromatic Colors of #8943C1
Black with #8943C1
Text Example
Text Example
White with #8943C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8943C1; }
p { color: rgb(137,67,193); }
H1.HeaderClassName
{
color: #8943C1;
}
.AnyTagClassName
{
color: #8943C1;
}
</style>
background-color css
<style>
a { background-color: #8943C1; }
a { background-color: rgb(137,67,193); }
div.DivClassName
{
background-color: #8943C1;
}
.BgClassName
{
background-color: #8943C1;
}
</style>
border-color css
<style>
span { border-color: #8943C1; }
span { border-color: rgb(137,67,193); }
td.TdClassName
{
border-color: #8943C1;
}
.TagClassName
{
border-color: #8943C1;
}
</style>