Shades of Deep Lilac #8F3DAC
Tints of Deep Lilac #8F3DAC
RGB
CMYK
RGB Variations
Color information
#8F3DAC (or 0x8F3DAC) is known color: Deep Lilac. HEX triplet: 8F, 3D and AC. RGB value is (143,61,172). Sum of RGB (Red+Green+Blue) = 143+61+172=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3DAC is #70C253. Grayscale: #616161. Windows color (decimal): -7389780 or 11287951. OLE color: 11287951.
HSL color Cylindrical-coordinate representation of color #8F3DAC: hue angle of 284.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3DAC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 61 | 172 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.33 |
| HSL | 284.32º | 0.48% | 0.46% | - |
| HSV(B) | 284.32º | 0.65% | 0.67% | - |
| XYZ | 20.44 | 12.16 | 40.3 | - |
| YUV | 98.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 61 | 172 | 0.17 | 0.65 | 0 | 0.33 | 284.32 | 0.48 | 0.46 |
| Hex | 8F | 3D | AC | 11 | 41 | 0 | 21 | 11C | 30 | 2E |
| Octal | 217 | 75 | 254 | 21 | 101 | 0 | 41 | 434 | 60 | 56 |
| Binary | 10001111 | 111101 | 10101100 | 10001 | 1000001 | 0 | 100001 | 100011100 | 110000 | 101110 |
Color Harmonies of #8F3DAC
Complementary color
Monochromatic Colors of #8F3DAC
Black with #8F3DAC
Text Example
Text Example
White with #8F3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3DAC; }
p { color: rgb(143,61,172); }
H1.HeaderClassName
{
color: #8F3DAC;
}
.AnyTagClassName
{
color: #8F3DAC;
}
</style>
background-color css
<style>
a { background-color: #8F3DAC; }
a { background-color: rgb(143,61,172); }
div.DivClassName
{
background-color: #8F3DAC;
}
.BgClassName
{
background-color: #8F3DAC;
}
</style>
border-color css
<style>
span { border-color: #8F3DAC; }
span { border-color: rgb(143,61,172); }
td.TdClassName
{
border-color: #8F3DAC;
}
.TagClassName
{
border-color: #8F3DAC;
}
</style>