Shades of Deep Lilac #8F4BA6
Tints of Deep Lilac #8F4BA6
RGB
CMYK
RGB Variations
Color information
#8F4BA6 (or 0x8F4BA6) is known color: Deep Lilac. HEX triplet: 8F, 4B and A6. RGB value is (143,75,166). Sum of RGB (Red+Green+Blue) = 143+75+166=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 166 - color contains mainly: blue. Hex color #8F4BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4BA6 is #70B459. Grayscale: #696969. Windows color (decimal): -7386202 or 10898319. OLE color: 10898319.
HSL color Cylindrical-coordinate representation of color #8F4BA6: hue angle of 284.84º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4BA6 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 75 | 166 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.35 |
| HSL | 284.84º | 0.38% | 0.47% | - |
| HSV(B) | 284.84º | 0.55% | 0.65% | - |
| XYZ | 20.73 | 13.62 | 37.61 | - |
| YUV | 105.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 166 | 0.14 | 0.55 | 0 | 0.35 | 284.84 | 0.38 | 0.47 |
| Hex | 8F | 4B | A6 | E | 37 | 0 | 23 | 11D | 26 | 2F |
| Octal | 217 | 113 | 246 | 16 | 67 | 0 | 43 | 435 | 46 | 57 |
| Binary | 10001111 | 1001011 | 10100110 | 1110 | 110111 | 0 | 100011 | 100011101 | 100110 | 101111 |
Color Harmonies of #8F4BA6
Complementary color
Monochromatic Colors of #8F4BA6
Black with #8F4BA6
Text Example
Text Example
White with #8F4BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4BA6; }
p { color: rgb(143,75,166); }
H1.HeaderClassName
{
color: #8F4BA6;
}
.AnyTagClassName
{
color: #8F4BA6;
}
</style>
background-color css
<style>
a { background-color: #8F4BA6; }
a { background-color: rgb(143,75,166); }
div.DivClassName
{
background-color: #8F4BA6;
}
.BgClassName
{
background-color: #8F4BA6;
}
</style>
border-color css
<style>
span { border-color: #8F4BA6; }
span { border-color: rgb(143,75,166); }
td.TdClassName
{
border-color: #8F4BA6;
}
.TagClassName
{
border-color: #8F4BA6;
}
</style>