Shades of Deep Lilac #8F46AC
Tints of Deep Lilac #8F46AC
RGB
CMYK
RGB Variations
Color information
#8F46AC (or 0x8F46AC) is known color: Deep Lilac. HEX triplet: 8F, 46 and AC. RGB value is (143,70,172). Sum of RGB (Red+Green+Blue) = 143+70+172=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F46AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F46AC is #70B953. Grayscale: #676767. Windows color (decimal): -7387476 or 11290255. OLE color: 11290255.
HSL color Cylindrical-coordinate representation of color #8F46AC: hue angle of 282.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F46AC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 70 | 172 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.33 |
| HSL | 282.94º | 0.42% | 0.47% | - |
| HSV(B) | 282.94º | 0.59% | 0.67% | - |
| XYZ | 20.96 | 13.2 | 40.47 | - |
| YUV | 103.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 172 | 0.17 | 0.59 | 0 | 0.33 | 282.94 | 0.42 | 0.47 |
| Hex | 8F | 46 | AC | 11 | 3B | 0 | 21 | 11B | 2A | 2F |
| Octal | 217 | 106 | 254 | 21 | 73 | 0 | 41 | 433 | 52 | 57 |
| Binary | 10001111 | 1000110 | 10101100 | 10001 | 111011 | 0 | 100001 | 100011011 | 101010 | 101111 |
Color Harmonies of #8F46AC
Complementary color
Monochromatic Colors of #8F46AC
Black with #8F46AC
Text Example
Text Example
White with #8F46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F46AC; }
p { color: rgb(143,70,172); }
H1.HeaderClassName
{
color: #8F46AC;
}
.AnyTagClassName
{
color: #8F46AC;
}
</style>
background-color css
<style>
a { background-color: #8F46AC; }
a { background-color: rgb(143,70,172); }
div.DivClassName
{
background-color: #8F46AC;
}
.BgClassName
{
background-color: #8F46AC;
}
</style>
border-color css
<style>
span { border-color: #8F46AC; }
span { border-color: rgb(143,70,172); }
td.TdClassName
{
border-color: #8F46AC;
}
.TagClassName
{
border-color: #8F46AC;
}
</style>