Shades of Deep Lilac #8653AD
Tints of Deep Lilac #8653AD
RGB
CMYK
RGB Variations
Color information
#8653AD (or 0x8653AD) is known color: Deep Lilac. HEX triplet: 86, 53 and AD. RGB value is (134,83,173). Sum of RGB (Red+Green+Blue) = 134+83+173=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8653AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8653AD is #79AC52. Grayscale: #6C6C6C. Windows color (decimal): -7973971 or 11359110. OLE color: 11359110.
HSL color Cylindrical-coordinate representation of color #8653AD: hue angle of 274º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8653AD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 83 | 173 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.32 |
| HSL | 274º | 0.35% | 0.5% | - |
| HSV(B) | 274º | 0.52% | 0.68% | - |
| XYZ | 20.47 | 14.27 | 41.21 | - |
| YUV | 108.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 173 | 0.23 | 0.52 | 0 | 0.32 | 274 | 0.35 | 0.5 |
| Hex | 86 | 53 | AD | 17 | 34 | 0 | 20 | 112 | 23 | 32 |
| Octal | 206 | 123 | 255 | 27 | 64 | 0 | 40 | 422 | 43 | 62 |
| Binary | 10000110 | 1010011 | 10101101 | 10111 | 110100 | 0 | 100000 | 100010010 | 100011 | 110010 |
Color Harmonies of #8653AD
Complementary color
Monochromatic Colors of #8653AD
Black with #8653AD
Text Example
Text Example
White with #8653AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8653AD; }
p { color: rgb(134,83,173); }
H1.HeaderClassName
{
color: #8653AD;
}
.AnyTagClassName
{
color: #8653AD;
}
</style>
background-color css
<style>
a { background-color: #8653AD; }
a { background-color: rgb(134,83,173); }
div.DivClassName
{
background-color: #8653AD;
}
.BgClassName
{
background-color: #8653AD;
}
</style>
border-color css
<style>
span { border-color: #8653AD; }
span { border-color: rgb(134,83,173); }
td.TdClassName
{
border-color: #8653AD;
}
.TagClassName
{
border-color: #8653AD;
}
</style>