Shades of Deep Lilac #8F4DB2
Tints of Deep Lilac #8F4DB2
RGB
CMYK
RGB Variations
Color information
#8F4DB2 (or 0x8F4DB2) is known color: Deep Lilac. HEX triplet: 8F, 4D and B2. RGB value is (143,77,178). Sum of RGB (Red+Green+Blue) = 143+77+178=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #8F4DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4DB2 is #70B24D. Grayscale: #6B6B6B. Windows color (decimal): -7385678 or 11685263. OLE color: 11685263.
HSL color Cylindrical-coordinate representation of color #8F4DB2: hue angle of 279.21º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F4DB2 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 77 | 178 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.30 |
| HSL | 279.21º | 0.4% | 0.5% | - |
| HSV(B) | 279.21º | 0.57% | 0.7% | - |
| XYZ | 22.02 | 14.36 | 43.73 | - |
| YUV | 108.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 178 | 0.20 | 0.57 | 0 | 0.30 | 279.21 | 0.4 | 0.5 |
| Hex | 8F | 4D | B2 | 14 | 39 | 0 | 1E | 117 | 28 | 32 |
| Octal | 217 | 115 | 262 | 24 | 71 | 0 | 36 | 427 | 50 | 62 |
| Binary | 10001111 | 1001101 | 10110010 | 10100 | 111001 | 0 | 11110 | 100010111 | 101000 | 110010 |
Color Harmonies of #8F4DB2
Complementary color
Monochromatic Colors of #8F4DB2
Black with #8F4DB2
Text Example
Text Example
White with #8F4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DB2; }
p { color: rgb(143,77,178); }
H1.HeaderClassName
{
color: #8F4DB2;
}
.AnyTagClassName
{
color: #8F4DB2;
}
</style>
background-color css
<style>
a { background-color: #8F4DB2; }
a { background-color: rgb(143,77,178); }
div.DivClassName
{
background-color: #8F4DB2;
}
.BgClassName
{
background-color: #8F4DB2;
}
</style>
border-color css
<style>
span { border-color: #8F4DB2; }
span { border-color: rgb(143,77,178); }
td.TdClassName
{
border-color: #8F4DB2;
}
.TagClassName
{
border-color: #8F4DB2;
}
</style>