Shades of Deep Lilac #8D4AA4
Tints of Deep Lilac #8D4AA4
RGB
CMYK
RGB Variations
Color information
#8D4AA4 (or 0x8D4AA4) is known color: Deep Lilac. HEX triplet: 8D, 4A and A4. RGB value is (141,74,164). Sum of RGB (Red+Green+Blue) = 141+74+164=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D4AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4AA4 is #72B55B. Grayscale: #686868. Windows color (decimal): -7517532 or 10766989. OLE color: 10766989.
HSL color Cylindrical-coordinate representation of color #8D4AA4: hue angle of 284.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4AA4 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 74 | 164 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.36 |
| HSL | 284.67º | 0.38% | 0.47% | - |
| HSV(B) | 284.67º | 0.55% | 0.64% | - |
| XYZ | 20.13 | 13.24 | 36.62 | - |
| YUV | 104.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 164 | 0.14 | 0.55 | 0 | 0.36 | 284.67 | 0.38 | 0.47 |
| Hex | 8D | 4A | A4 | E | 37 | 0 | 24 | 11D | 26 | 2F |
| Octal | 215 | 112 | 244 | 16 | 67 | 0 | 44 | 435 | 46 | 57 |
| Binary | 10001101 | 1001010 | 10100100 | 1110 | 110111 | 0 | 100100 | 100011101 | 100110 | 101111 |
Color Harmonies of #8D4AA4
Complementary color
Monochromatic Colors of #8D4AA4
Black with #8D4AA4
Text Example
Text Example
White with #8D4AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4AA4; }
p { color: rgb(141,74,164); }
H1.HeaderClassName
{
color: #8D4AA4;
}
.AnyTagClassName
{
color: #8D4AA4;
}
</style>
background-color css
<style>
a { background-color: #8D4AA4; }
a { background-color: rgb(141,74,164); }
div.DivClassName
{
background-color: #8D4AA4;
}
.BgClassName
{
background-color: #8D4AA4;
}
</style>
border-color css
<style>
span { border-color: #8D4AA4; }
span { border-color: rgb(141,74,164); }
td.TdClassName
{
border-color: #8D4AA4;
}
.TagClassName
{
border-color: #8D4AA4;
}
</style>