Shades of Deep Lilac #8F4BA2
Tints of Deep Lilac #8F4BA2
RGB
CMYK
RGB Variations
Color information
#8F4BA2 (or 0x8F4BA2) is known color: Deep Lilac. HEX triplet: 8F, 4B and A2. RGB value is (143,75,162). Sum of RGB (Red+Green+Blue) = 143+75+162=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F4BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4BA2 is #70B45D. Grayscale: #686868. Windows color (decimal): -7386206 or 10636175. OLE color: 10636175.
HSL color Cylindrical-coordinate representation of color #8F4BA2: hue angle of 286.9º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F4BA2 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 75 | 162 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.36 |
| HSL | 286.9º | 0.37% | 0.46% | - |
| HSV(B) | 286.9º | 0.54% | 0.64% | - |
| XYZ | 20.37 | 13.48 | 35.71 | - |
| YUV | 105.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 162 | 0.12 | 0.54 | 0 | 0.36 | 286.9 | 0.37 | 0.46 |
| Hex | 8F | 4B | A2 | C | 36 | 0 | 24 | 11F | 25 | 2E |
| Octal | 217 | 113 | 242 | 14 | 66 | 0 | 44 | 437 | 45 | 56 |
| Binary | 10001111 | 1001011 | 10100010 | 1100 | 110110 | 0 | 100100 | 100011111 | 100101 | 101110 |
Color Harmonies of #8F4BA2
Complementary color
Monochromatic Colors of #8F4BA2
Black with #8F4BA2
Text Example
Text Example
White with #8F4BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4BA2; }
p { color: rgb(143,75,162); }
H1.HeaderClassName
{
color: #8F4BA2;
}
.AnyTagClassName
{
color: #8F4BA2;
}
</style>
background-color css
<style>
a { background-color: #8F4BA2; }
a { background-color: rgb(143,75,162); }
div.DivClassName
{
background-color: #8F4BA2;
}
.BgClassName
{
background-color: #8F4BA2;
}
</style>
border-color css
<style>
span { border-color: #8F4BA2; }
span { border-color: rgb(143,75,162); }
td.TdClassName
{
border-color: #8F4BA2;
}
.TagClassName
{
border-color: #8F4BA2;
}
</style>