Shades of Deep Lilac #8F40AE
Tints of Deep Lilac #8F40AE
RGB
CMYK
RGB Variations
Color information
#8F40AE (or 0x8F40AE) is known color: Deep Lilac. HEX triplet: 8F, 40 and AE. RGB value is (143,64,174). Sum of RGB (Red+Green+Blue) = 143+64+174=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F40AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F40AE is #70BF51. Grayscale: #636363. Windows color (decimal): -7389010 or 11419791. OLE color: 11419791.
HSL color Cylindrical-coordinate representation of color #8F40AE: hue angle of 283.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F40AE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 64 | 174 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.32 |
| HSL | 283.09º | 0.46% | 0.47% | - |
| HSV(B) | 283.09º | 0.63% | 0.68% | - |
| XYZ | 20.8 | 12.56 | 41.37 | - |
| YUV | 100.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 174 | 0.18 | 0.63 | 0 | 0.32 | 283.09 | 0.46 | 0.47 |
| Hex | 8F | 40 | AE | 12 | 3F | 0 | 20 | 11B | 2E | 2F |
| Octal | 217 | 100 | 256 | 22 | 77 | 0 | 40 | 433 | 56 | 57 |
| Binary | 10001111 | 1000000 | 10101110 | 10010 | 111111 | 0 | 100000 | 100011011 | 101110 | 101111 |
Color Harmonies of #8F40AE
Complementary color
Monochromatic Colors of #8F40AE
Black with #8F40AE
Text Example
Text Example
White with #8F40AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F40AE; }
p { color: rgb(143,64,174); }
H1.HeaderClassName
{
color: #8F40AE;
}
.AnyTagClassName
{
color: #8F40AE;
}
</style>
background-color css
<style>
a { background-color: #8F40AE; }
a { background-color: rgb(143,64,174); }
div.DivClassName
{
background-color: #8F40AE;
}
.BgClassName
{
background-color: #8F40AE;
}
</style>
border-color css
<style>
span { border-color: #8F40AE; }
span { border-color: rgb(143,64,174); }
td.TdClassName
{
border-color: #8F40AE;
}
.TagClassName
{
border-color: #8F40AE;
}
</style>