Shades of Deep Lilac #8F54A5
Tints of Deep Lilac #8F54A5
RGB
CMYK
RGB Variations
Color information
#8F54A5 (or 0x8F54A5) is known color: Deep Lilac. HEX triplet: 8F, 54 and A5. RGB value is (143,84,165). Sum of RGB (Red+Green+Blue) = 143+84+165=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #8F54A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F54A5 is #70AB5A. Grayscale: #6E6E6E. Windows color (decimal): -7383899 or 10835087. OLE color: 10835087.
HSL color Cylindrical-coordinate representation of color #8F54A5: hue angle of 283.7º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F54A5 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 84 | 165 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.35 |
| HSL | 283.7º | 0.33% | 0.49% | - |
| HSV(B) | 283.7º | 0.49% | 0.65% | - |
| XYZ | 21.29 | 14.9 | 37.35 | - |
| YUV | 110.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 165 | 0.13 | 0.49 | 0 | 0.35 | 283.7 | 0.33 | 0.49 |
| Hex | 8F | 54 | A5 | D | 31 | 0 | 23 | 11C | 21 | 31 |
| Octal | 217 | 124 | 245 | 15 | 61 | 0 | 43 | 434 | 41 | 61 |
| Binary | 10001111 | 1010100 | 10100101 | 1101 | 110001 | 0 | 100011 | 100011100 | 100001 | 110001 |
Color Harmonies of #8F54A5
Complementary color
Monochromatic Colors of #8F54A5
Black with #8F54A5
Text Example
Text Example
White with #8F54A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54A5; }
p { color: rgb(143,84,165); }
H1.HeaderClassName
{
color: #8F54A5;
}
.AnyTagClassName
{
color: #8F54A5;
}
</style>
background-color css
<style>
a { background-color: #8F54A5; }
a { background-color: rgb(143,84,165); }
div.DivClassName
{
background-color: #8F54A5;
}
.BgClassName
{
background-color: #8F54A5;
}
</style>
border-color css
<style>
span { border-color: #8F54A5; }
span { border-color: rgb(143,84,165); }
td.TdClassName
{
border-color: #8F54A5;
}
.TagClassName
{
border-color: #8F54A5;
}
</style>