Shades of Deep Lilac #8D4BA4
Tints of Deep Lilac #8D4BA4
RGB
CMYK
RGB Variations
Color information
#8D4BA4 (or 0x8D4BA4) is known color: Deep Lilac. HEX triplet: 8D, 4B and A4. RGB value is (141,75,164). Sum of RGB (Red+Green+Blue) = 141+75+164=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D4BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4BA4 is #72B45B. Grayscale: #686868. Windows color (decimal): -7517276 or 10767245. OLE color: 10767245.
HSL color Cylindrical-coordinate representation of color #8D4BA4: hue angle of 284.49º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4BA4 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 75 | 164 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.36 |
| HSL | 284.49º | 0.37% | 0.47% | - |
| HSV(B) | 284.49º | 0.54% | 0.64% | - |
| XYZ | 20.2 | 13.38 | 36.64 | - |
| YUV | 104.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 164 | 0.14 | 0.54 | 0 | 0.36 | 284.49 | 0.37 | 0.47 |
| Hex | 8D | 4B | A4 | E | 36 | 0 | 24 | 11C | 25 | 2F |
| Octal | 215 | 113 | 244 | 16 | 66 | 0 | 44 | 434 | 45 | 57 |
| Binary | 10001101 | 1001011 | 10100100 | 1110 | 110110 | 0 | 100100 | 100011100 | 100101 | 101111 |
Color Harmonies of #8D4BA4
Complementary color
Monochromatic Colors of #8D4BA4
Black with #8D4BA4
Text Example
Text Example
White with #8D4BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4BA4; }
p { color: rgb(141,75,164); }
H1.HeaderClassName
{
color: #8D4BA4;
}
.AnyTagClassName
{
color: #8D4BA4;
}
</style>
background-color css
<style>
a { background-color: #8D4BA4; }
a { background-color: rgb(141,75,164); }
div.DivClassName
{
background-color: #8D4BA4;
}
.BgClassName
{
background-color: #8D4BA4;
}
</style>
border-color css
<style>
span { border-color: #8D4BA4; }
span { border-color: rgb(141,75,164); }
td.TdClassName
{
border-color: #8D4BA4;
}
.TagClassName
{
border-color: #8D4BA4;
}
</style>