Shades of Deep Lilac #8654AC
Tints of Deep Lilac #8654AC
RGB
CMYK
RGB Variations
Color information
#8654AC (or 0x8654AC) is known color: Deep Lilac. HEX triplet: 86, 54 and AC. RGB value is (134,84,172). Sum of RGB (Red+Green+Blue) = 134+84+172=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #8654AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8654AC is #79AB53. Grayscale: #6C6C6C. Windows color (decimal): -7973716 or 11293830. OLE color: 11293830.
HSL color Cylindrical-coordinate representation of color #8654AC: hue angle of 274.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8654AC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 84 | 172 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.33 |
| HSL | 274.09º | 0.35% | 0.5% | - |
| HSV(B) | 274.09º | 0.51% | 0.67% | - |
| XYZ | 20.45 | 14.39 | 40.73 | - |
| YUV | 108.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 172 | 0.22 | 0.51 | 0 | 0.33 | 274.09 | 0.35 | 0.5 |
| Hex | 86 | 54 | AC | 16 | 33 | 0 | 21 | 112 | 23 | 32 |
| Octal | 206 | 124 | 254 | 26 | 63 | 0 | 41 | 422 | 43 | 62 |
| Binary | 10000110 | 1010100 | 10101100 | 10110 | 110011 | 0 | 100001 | 100010010 | 100011 | 110010 |
Color Harmonies of #8654AC
Complementary color
Monochromatic Colors of #8654AC
Black with #8654AC
Text Example
Text Example
White with #8654AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8654AC; }
p { color: rgb(134,84,172); }
H1.HeaderClassName
{
color: #8654AC;
}
.AnyTagClassName
{
color: #8654AC;
}
</style>
background-color css
<style>
a { background-color: #8654AC; }
a { background-color: rgb(134,84,172); }
div.DivClassName
{
background-color: #8654AC;
}
.BgClassName
{
background-color: #8654AC;
}
</style>
border-color css
<style>
span { border-color: #8654AC; }
span { border-color: rgb(134,84,172); }
td.TdClassName
{
border-color: #8654AC;
}
.TagClassName
{
border-color: #8654AC;
}
</style>