Shades of Deep Lilac #8F49CD
Tints of Deep Lilac #8F49CD
RGB
CMYK
RGB Variations
Color information
#8F49CD (or 0x8F49CD) is known color: Deep Lilac. HEX triplet: 8F, 49 and CD. RGB value is (143,73,205). Sum of RGB (Red+Green+Blue) = 143+73+205=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49CD is #70B632. Grayscale: #6C6C6C. Windows color (decimal): -7386675 or 13453711. OLE color: 13453711.
HSL color Cylindrical-coordinate representation of color #8F49CD: hue angle of 271.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F49CD is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 73 | 205 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.20 |
| HSL | 271.82º | 0.57% | 0.55% | - |
| HSV(B) | 271.82º | 0.64% | 0.8% | - |
| XYZ | 24.73 | 15.01 | 59.35 | - |
| YUV | 108.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 205 | 0.30 | 0.64 | 0 | 0.20 | 271.82 | 0.57 | 0.55 |
| Hex | 8F | 49 | CD | 1E | 40 | 0 | 14 | 110 | 39 | 37 |
| Octal | 217 | 111 | 315 | 36 | 100 | 0 | 24 | 420 | 71 | 67 |
| Binary | 10001111 | 1001001 | 11001101 | 11110 | 1000000 | 0 | 10100 | 100010000 | 111001 | 110111 |
Color Harmonies of #8F49CD
Complementary color
Monochromatic Colors of #8F49CD
Black with #8F49CD
Text Example
Text Example
White with #8F49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F49CD; }
p { color: rgb(143,73,205); }
H1.HeaderClassName
{
color: #8F49CD;
}
.AnyTagClassName
{
color: #8F49CD;
}
</style>
background-color css
<style>
a { background-color: #8F49CD; }
a { background-color: rgb(143,73,205); }
div.DivClassName
{
background-color: #8F49CD;
}
.BgClassName
{
background-color: #8F49CD;
}
</style>
border-color css
<style>
span { border-color: #8F49CD; }
span { border-color: rgb(143,73,205); }
td.TdClassName
{
border-color: #8F49CD;
}
.TagClassName
{
border-color: #8F49CD;
}
</style>