Shades of Deep Lilac #8F49CE
Tints of Deep Lilac #8F49CE
RGB
CMYK
RGB Variations
Color information
#8F49CE (or 0x8F49CE) is known color: Deep Lilac. HEX triplet: 8F, 49 and CE. RGB value is (143,73,206). Sum of RGB (Red+Green+Blue) = 143+73+206=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49CE is #70B631. Grayscale: #6C6C6C. Windows color (decimal): -7386674 or 13519247. OLE color: 13519247.
HSL color Cylindrical-coordinate representation of color #8F49CE: hue angle of 271.58º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F49CE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 73 | 206 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.19 |
| HSL | 271.58º | 0.58% | 0.55% | - |
| HSV(B) | 271.58º | 0.65% | 0.81% | - |
| XYZ | 24.85 | 15.06 | 59.99 | - |
| YUV | 109.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 206 | 0.31 | 0.65 | 0 | 0.19 | 271.58 | 0.58 | 0.55 |
| Hex | 8F | 49 | CE | 1F | 41 | 0 | 13 | 110 | 3A | 37 |
| Octal | 217 | 111 | 316 | 37 | 101 | 0 | 23 | 420 | 72 | 67 |
| Binary | 10001111 | 1001001 | 11001110 | 11111 | 1000001 | 0 | 10011 | 100010000 | 111010 | 110111 |
Color Harmonies of #8F49CE
Complementary color
Monochromatic Colors of #8F49CE
Black with #8F49CE
Text Example
Text Example
White with #8F49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F49CE; }
p { color: rgb(143,73,206); }
H1.HeaderClassName
{
color: #8F49CE;
}
.AnyTagClassName
{
color: #8F49CE;
}
</style>
background-color css
<style>
a { background-color: #8F49CE; }
a { background-color: rgb(143,73,206); }
div.DivClassName
{
background-color: #8F49CE;
}
.BgClassName
{
background-color: #8F49CE;
}
</style>
border-color css
<style>
span { border-color: #8F49CE; }
span { border-color: rgb(143,73,206); }
td.TdClassName
{
border-color: #8F49CE;
}
.TagClassName
{
border-color: #8F49CE;
}
</style>