Shades of Deep Lilac #8F4DB4
Tints of Deep Lilac #8F4DB4
RGB
CMYK
RGB Variations
Color information
#8F4DB4 (or 0x8F4DB4) is known color: Deep Lilac. HEX triplet: 8F, 4D and B4. RGB value is (143,77,180). Sum of RGB (Red+Green+Blue) = 143+77+180=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F4DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DB4 is #70B24B. Grayscale: #6C6C6C. Windows color (decimal): -7385676 or 11816335. OLE color: 11816335.
HSL color Cylindrical-coordinate representation of color #8F4DB4: hue angle of 278.45º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F4DB4 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 77 | 180 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.29 |
| HSL | 278.45º | 0.41% | 0.5% | - |
| HSV(B) | 278.45º | 0.57% | 0.71% | - |
| XYZ | 22.22 | 14.44 | 44.8 | - |
| YUV | 108.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 180 | 0.21 | 0.57 | 0 | 0.29 | 278.45 | 0.41 | 0.5 |
| Hex | 8F | 4D | B4 | 15 | 39 | 0 | 1D | 116 | 29 | 32 |
| Octal | 217 | 115 | 264 | 25 | 71 | 0 | 35 | 426 | 51 | 62 |
| Binary | 10001111 | 1001101 | 10110100 | 10101 | 111001 | 0 | 11101 | 100010110 | 101001 | 110010 |
Color Harmonies of #8F4DB4
Complementary color
Monochromatic Colors of #8F4DB4
Black with #8F4DB4
Text Example
Text Example
White with #8F4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DB4; }
p { color: rgb(143,77,180); }
H1.HeaderClassName
{
color: #8F4DB4;
}
.AnyTagClassName
{
color: #8F4DB4;
}
</style>
background-color css
<style>
a { background-color: #8F4DB4; }
a { background-color: rgb(143,77,180); }
div.DivClassName
{
background-color: #8F4DB4;
}
.BgClassName
{
background-color: #8F4DB4;
}
</style>
border-color css
<style>
span { border-color: #8F4DB4; }
span { border-color: rgb(143,77,180); }
td.TdClassName
{
border-color: #8F4DB4;
}
.TagClassName
{
border-color: #8F4DB4;
}
</style>