Shades of Deep Lilac #8F58AC
Tints of Deep Lilac #8F58AC
RGB
CMYK
RGB Variations
Color information
#8F58AC (or 0x8F58AC) is known color: Deep Lilac. HEX triplet: 8F, 58 and AC. RGB value is (143,88,172). Sum of RGB (Red+Green+Blue) = 143+88+172=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F58AC is #70A753. Grayscale: #717171. Windows color (decimal): -7382868 or 11294863. OLE color: 11294863.
HSL color Cylindrical-coordinate representation of color #8F58AC: hue angle of 279.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F58AC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 88 | 172 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.33 |
| HSL | 279.29º | 0.34% | 0.51% | - |
| HSV(B) | 279.29º | 0.49% | 0.67% | - |
| XYZ | 22.26 | 15.8 | 40.91 | - |
| YUV | 114.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 172 | 0.17 | 0.49 | 0 | 0.33 | 279.29 | 0.34 | 0.51 |
| Hex | 8F | 58 | AC | 11 | 31 | 0 | 21 | 117 | 22 | 33 |
| Octal | 217 | 130 | 254 | 21 | 61 | 0 | 41 | 427 | 42 | 63 |
| Binary | 10001111 | 1011000 | 10101100 | 10001 | 110001 | 0 | 100001 | 100010111 | 100010 | 110011 |
Color Harmonies of #8F58AC
Complementary color
Monochromatic Colors of #8F58AC
Black with #8F58AC
Text Example
Text Example
White with #8F58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58AC; }
p { color: rgb(143,88,172); }
H1.HeaderClassName
{
color: #8F58AC;
}
.AnyTagClassName
{
color: #8F58AC;
}
</style>
background-color css
<style>
a { background-color: #8F58AC; }
a { background-color: rgb(143,88,172); }
div.DivClassName
{
background-color: #8F58AC;
}
.BgClassName
{
background-color: #8F58AC;
}
</style>
border-color css
<style>
span { border-color: #8F58AC; }
span { border-color: rgb(143,88,172); }
td.TdClassName
{
border-color: #8F58AC;
}
.TagClassName
{
border-color: #8F58AC;
}
</style>