Shades of Deep Lilac #8F4DCD
Tints of Deep Lilac #8F4DCD
RGB
CMYK
RGB Variations
Color information
#8F4DCD (or 0x8F4DCD) is known color: Deep Lilac. HEX triplet: 8F, 4D and CD. RGB value is (143,77,205). Sum of RGB (Red+Green+Blue) = 143+77+205=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DCD is #70B232. Grayscale: #6E6E6E. Windows color (decimal): -7385651 or 13454735. OLE color: 13454735.
HSL color Cylindrical-coordinate representation of color #8F4DCD: hue angle of 270.94º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F4DCD is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 77 | 205 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.20 |
| HSL | 270.94º | 0.56% | 0.55% | - |
| HSV(B) | 270.94º | 0.62% | 0.8% | - |
| XYZ | 25 | 15.56 | 59.44 | - |
| YUV | 111.33 | 180.87 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 205 | 0.30 | 0.62 | 0 | 0.20 | 270.94 | 0.56 | 0.55 |
| Hex | 8F | 4D | CD | 1E | 3E | 0 | 14 | 10F | 38 | 37 |
| Octal | 217 | 115 | 315 | 36 | 76 | 0 | 24 | 417 | 70 | 67 |
| Binary | 10001111 | 1001101 | 11001101 | 11110 | 111110 | 0 | 10100 | 100001111 | 111000 | 110111 |
Color Harmonies of #8F4DCD
Complementary color
Monochromatic Colors of #8F4DCD
Black with #8F4DCD
Text Example
Text Example
White with #8F4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DCD; }
p { color: rgb(143,77,205); }
H1.HeaderClassName
{
color: #8F4DCD;
}
.AnyTagClassName
{
color: #8F4DCD;
}
</style>
background-color css
<style>
a { background-color: #8F4DCD; }
a { background-color: rgb(143,77,205); }
div.DivClassName
{
background-color: #8F4DCD;
}
.BgClassName
{
background-color: #8F4DCD;
}
</style>
border-color css
<style>
span { border-color: #8F4DCD; }
span { border-color: rgb(143,77,205); }
td.TdClassName
{
border-color: #8F4DCD;
}
.TagClassName
{
border-color: #8F4DCD;
}
</style>