Shades of Deep Lilac #8F42AC
Tints of Deep Lilac #8F42AC
RGB
CMYK
RGB Variations
Color information
#8F42AC (or 0x8F42AC) is known color: Deep Lilac. HEX triplet: 8F, 42 and AC. RGB value is (143,66,172). Sum of RGB (Red+Green+Blue) = 143+66+172=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F42AC is #70BD53. Grayscale: #646464. Windows color (decimal): -7388500 or 11289231. OLE color: 11289231.
HSL color Cylindrical-coordinate representation of color #8F42AC: hue angle of 283.58º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F42AC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 66 | 172 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.33 |
| HSL | 283.58º | 0.45% | 0.47% | - |
| HSV(B) | 283.58º | 0.62% | 0.67% | - |
| XYZ | 20.72 | 12.71 | 40.39 | - |
| YUV | 101.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 172 | 0.17 | 0.62 | 0 | 0.33 | 283.58 | 0.45 | 0.47 |
| Hex | 8F | 42 | AC | 11 | 3E | 0 | 21 | 11C | 2D | 2F |
| Octal | 217 | 102 | 254 | 21 | 76 | 0 | 41 | 434 | 55 | 57 |
| Binary | 10001111 | 1000010 | 10101100 | 10001 | 111110 | 0 | 100001 | 100011100 | 101101 | 101111 |
Color Harmonies of #8F42AC
Complementary color
Monochromatic Colors of #8F42AC
Black with #8F42AC
Text Example
Text Example
White with #8F42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F42AC; }
p { color: rgb(143,66,172); }
H1.HeaderClassName
{
color: #8F42AC;
}
.AnyTagClassName
{
color: #8F42AC;
}
</style>
background-color css
<style>
a { background-color: #8F42AC; }
a { background-color: rgb(143,66,172); }
div.DivClassName
{
background-color: #8F42AC;
}
.BgClassName
{
background-color: #8F42AC;
}
</style>
border-color css
<style>
span { border-color: #8F42AC; }
span { border-color: rgb(143,66,172); }
td.TdClassName
{
border-color: #8F42AC;
}
.TagClassName
{
border-color: #8F42AC;
}
</style>