Shades of Deep Lilac #8F5DAE
Tints of Deep Lilac #8F5DAE
RGB
CMYK
RGB Variations
Color information
#8F5DAE (or 0x8F5DAE) is known color: Deep Lilac. HEX triplet: 8F, 5D and AE. RGB value is (143,93,174). Sum of RGB (Red+Green+Blue) = 143+93+174=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5DAE is #70A251. Grayscale: #747474. Windows color (decimal): -7381586 or 11427215. OLE color: 11427215.
HSL color Cylindrical-coordinate representation of color #8F5DAE: hue angle of 277.04º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F5DAE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 93 | 174 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.32 |
| HSL | 277.04º | 0.33% | 0.52% | - |
| HSV(B) | 277.04º | 0.47% | 0.68% | - |
| XYZ | 22.88 | 16.72 | 42.07 | - |
| YUV | 117.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 174 | 0.18 | 0.47 | 0 | 0.32 | 277.04 | 0.33 | 0.52 |
| Hex | 8F | 5D | AE | 12 | 2F | 0 | 20 | 115 | 21 | 34 |
| Octal | 217 | 135 | 256 | 22 | 57 | 0 | 40 | 425 | 41 | 64 |
| Binary | 10001111 | 1011101 | 10101110 | 10010 | 101111 | 0 | 100000 | 100010101 | 100001 | 110100 |
Color Harmonies of #8F5DAE
Complementary color
Monochromatic Colors of #8F5DAE
Black with #8F5DAE
Text Example
Text Example
White with #8F5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5DAE; }
p { color: rgb(143,93,174); }
H1.HeaderClassName
{
color: #8F5DAE;
}
.AnyTagClassName
{
color: #8F5DAE;
}
</style>
background-color css
<style>
a { background-color: #8F5DAE; }
a { background-color: rgb(143,93,174); }
div.DivClassName
{
background-color: #8F5DAE;
}
.BgClassName
{
background-color: #8F5DAE;
}
</style>
border-color css
<style>
span { border-color: #8F5DAE; }
span { border-color: rgb(143,93,174); }
td.TdClassName
{
border-color: #8F5DAE;
}
.TagClassName
{
border-color: #8F5DAE;
}
</style>