Shades of Deep Lilac #8F4DA5
Tints of Deep Lilac #8F4DA5
RGB
CMYK
RGB Variations
Color information
#8F4DA5 (or 0x8F4DA5) is known color: Deep Lilac. HEX triplet: 8F, 4D and A5. RGB value is (143,77,165). Sum of RGB (Red+Green+Blue) = 143+77+165=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #8F4DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4DA5 is #70B25A. Grayscale: #6A6A6A. Windows color (decimal): -7385691 or 10833295. OLE color: 10833295.
HSL color Cylindrical-coordinate representation of color #8F4DA5: hue angle of 285º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F4DA5 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 77 | 165 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.35 |
| HSL | 285º | 0.36% | 0.47% | - |
| HSV(B) | 285º | 0.53% | 0.65% | - |
| XYZ | 20.77 | 13.86 | 37.18 | - |
| YUV | 106.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 165 | 0.13 | 0.53 | 0 | 0.35 | 285 | 0.36 | 0.47 |
| Hex | 8F | 4D | A5 | D | 35 | 0 | 23 | 11D | 24 | 2F |
| Octal | 217 | 115 | 245 | 15 | 65 | 0 | 43 | 435 | 44 | 57 |
| Binary | 10001111 | 1001101 | 10100101 | 1101 | 110101 | 0 | 100011 | 100011101 | 100100 | 101111 |
Color Harmonies of #8F4DA5
Complementary color
Monochromatic Colors of #8F4DA5
Black with #8F4DA5
Text Example
Text Example
White with #8F4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DA5; }
p { color: rgb(143,77,165); }
H1.HeaderClassName
{
color: #8F4DA5;
}
.AnyTagClassName
{
color: #8F4DA5;
}
</style>
background-color css
<style>
a { background-color: #8F4DA5; }
a { background-color: rgb(143,77,165); }
div.DivClassName
{
background-color: #8F4DA5;
}
.BgClassName
{
background-color: #8F4DA5;
}
</style>
border-color css
<style>
span { border-color: #8F4DA5; }
span { border-color: rgb(143,77,165); }
td.TdClassName
{
border-color: #8F4DA5;
}
.TagClassName
{
border-color: #8F4DA5;
}
</style>