Shades of Deep Lilac #8F3AAD
Tints of Deep Lilac #8F3AAD
RGB
CMYK
RGB Variations
Color information
#8F3AAD (or 0x8F3AAD) is known color: Deep Lilac. HEX triplet: 8F, 3A and AD. RGB value is (143,58,173). Sum of RGB (Red+Green+Blue) = 143+58+173=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3AAD is #70C552. Grayscale: #606060. Windows color (decimal): -7390547 or 11352719. OLE color: 11352719.
HSL color Cylindrical-coordinate representation of color #8F3AAD: hue angle of 284.35º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3AAD is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 58 | 173 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.32 |
| HSL | 284.35º | 0.5% | 0.45% | - |
| HSV(B) | 284.35º | 0.66% | 0.68% | - |
| XYZ | 20.38 | 11.88 | 40.75 | - |
| YUV | 96.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 173 | 0.17 | 0.66 | 0 | 0.32 | 284.35 | 0.5 | 0.45 |
| Hex | 8F | 3A | AD | 11 | 42 | 0 | 20 | 11C | 32 | 2D |
| Octal | 217 | 72 | 255 | 21 | 102 | 0 | 40 | 434 | 62 | 55 |
| Binary | 10001111 | 111010 | 10101101 | 10001 | 1000010 | 0 | 100000 | 100011100 | 110010 | 101101 |
Color Harmonies of #8F3AAD
Complementary color
Monochromatic Colors of #8F3AAD
Black with #8F3AAD
Text Example
Text Example
White with #8F3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3AAD; }
p { color: rgb(143,58,173); }
H1.HeaderClassName
{
color: #8F3AAD;
}
.AnyTagClassName
{
color: #8F3AAD;
}
</style>
background-color css
<style>
a { background-color: #8F3AAD; }
a { background-color: rgb(143,58,173); }
div.DivClassName
{
background-color: #8F3AAD;
}
.BgClassName
{
background-color: #8F3AAD;
}
</style>
border-color css
<style>
span { border-color: #8F3AAD; }
span { border-color: rgb(143,58,173); }
td.TdClassName
{
border-color: #8F3AAD;
}
.TagClassName
{
border-color: #8F3AAD;
}
</style>