Shades of Deep Lilac #8F3BAC
Tints of Deep Lilac #8F3BAC
RGB
CMYK
RGB Variations
Color information
#8F3BAC (or 0x8F3BAC) is known color: Deep Lilac. HEX triplet: 8F, 3B and AC. RGB value is (143,59,172). Sum of RGB (Red+Green+Blue) = 143+59+172=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3BAC is #70C453. Grayscale: #606060. Windows color (decimal): -7390292 or 11287439. OLE color: 11287439.
HSL color Cylindrical-coordinate representation of color #8F3BAC: hue angle of 284.6º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3BAC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 59 | 172 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.33 |
| HSL | 284.6º | 0.49% | 0.45% | - |
| HSV(B) | 284.6º | 0.66% | 0.67% | - |
| XYZ | 20.34 | 11.95 | 40.26 | - |
| YUV | 97 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 172 | 0.17 | 0.66 | 0 | 0.33 | 284.6 | 0.49 | 0.45 |
| Hex | 8F | 3B | AC | 11 | 42 | 0 | 21 | 11D | 31 | 2D |
| Octal | 217 | 73 | 254 | 21 | 102 | 0 | 41 | 435 | 61 | 55 |
| Binary | 10001111 | 111011 | 10101100 | 10001 | 1000010 | 0 | 100001 | 100011101 | 110001 | 101101 |
Color Harmonies of #8F3BAC
Complementary color
Monochromatic Colors of #8F3BAC
Black with #8F3BAC
Text Example
Text Example
White with #8F3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BAC; }
p { color: rgb(143,59,172); }
H1.HeaderClassName
{
color: #8F3BAC;
}
.AnyTagClassName
{
color: #8F3BAC;
}
</style>
background-color css
<style>
a { background-color: #8F3BAC; }
a { background-color: rgb(143,59,172); }
div.DivClassName
{
background-color: #8F3BAC;
}
.BgClassName
{
background-color: #8F3BAC;
}
</style>
border-color css
<style>
span { border-color: #8F3BAC; }
span { border-color: rgb(143,59,172); }
td.TdClassName
{
border-color: #8F3BAC;
}
.TagClassName
{
border-color: #8F3BAC;
}
</style>