Shades of Deep Lilac #8C4AA7
Tints of Deep Lilac #8C4AA7
RGB
CMYK
RGB Variations
Color information
#8C4AA7 (or 0x8C4AA7) is known color: Deep Lilac. HEX triplet: 8C, 4A and A7. RGB value is (140,74,167). Sum of RGB (Red+Green+Blue) = 140+74+167=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 167 - color contains mainly: blue. Hex color #8C4AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4AA7 is #73B558. Grayscale: #686868. Windows color (decimal): -7583065 or 10963596. OLE color: 10963596.
HSL color Cylindrical-coordinate representation of color #8C4AA7: hue angle of 282.58º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C4AA7 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 74 | 167 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.35 |
| HSL | 282.58º | 0.39% | 0.47% | - |
| HSV(B) | 282.58º | 0.56% | 0.65% | - |
| XYZ | 20.24 | 13.26 | 38.05 | - |
| YUV | 104.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 167 | 0.16 | 0.56 | 0 | 0.35 | 282.58 | 0.39 | 0.47 |
| Hex | 8C | 4A | A7 | 10 | 38 | 0 | 23 | 11B | 27 | 2F |
| Octal | 214 | 112 | 247 | 20 | 70 | 0 | 43 | 433 | 47 | 57 |
| Binary | 10001100 | 1001010 | 10100111 | 10000 | 111000 | 0 | 100011 | 100011011 | 100111 | 101111 |
Color Harmonies of #8C4AA7
Complementary color
Monochromatic Colors of #8C4AA7
Black with #8C4AA7
Text Example
Text Example
White with #8C4AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4AA7; }
p { color: rgb(140,74,167); }
H1.HeaderClassName
{
color: #8C4AA7;
}
.AnyTagClassName
{
color: #8C4AA7;
}
</style>
background-color css
<style>
a { background-color: #8C4AA7; }
a { background-color: rgb(140,74,167); }
div.DivClassName
{
background-color: #8C4AA7;
}
.BgClassName
{
background-color: #8C4AA7;
}
</style>
border-color css
<style>
span { border-color: #8C4AA7; }
span { border-color: rgb(140,74,167); }
td.TdClassName
{
border-color: #8C4AA7;
}
.TagClassName
{
border-color: #8C4AA7;
}
</style>