Shades of Deep Lilac #8650AD
Tints of Deep Lilac #8650AD
RGB
CMYK
RGB Variations
Color information
#8650AD (or 0x8650AD) is known color: Deep Lilac. HEX triplet: 86, 50 and AD. RGB value is (134,80,173). Sum of RGB (Red+Green+Blue) = 134+80+173=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #8650AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8650AD is #79AF52. Grayscale: #6A6A6A. Windows color (decimal): -7974739 or 11358342. OLE color: 11358342.
HSL color Cylindrical-coordinate representation of color #8650AD: hue angle of 274.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8650AD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 80 | 173 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.32 |
| HSL | 274.84º | 0.37% | 0.5% | - |
| HSV(B) | 274.84º | 0.54% | 0.68% | - |
| XYZ | 20.24 | 13.82 | 41.14 | - |
| YUV | 106.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 173 | 0.23 | 0.54 | 0 | 0.32 | 274.84 | 0.37 | 0.5 |
| Hex | 86 | 50 | AD | 17 | 36 | 0 | 20 | 113 | 25 | 32 |
| Octal | 206 | 120 | 255 | 27 | 66 | 0 | 40 | 423 | 45 | 62 |
| Binary | 10000110 | 1010000 | 10101101 | 10111 | 110110 | 0 | 100000 | 100010011 | 100101 | 110010 |
Color Harmonies of #8650AD
Complementary color
Monochromatic Colors of #8650AD
Black with #8650AD
Text Example
Text Example
White with #8650AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8650AD; }
p { color: rgb(134,80,173); }
H1.HeaderClassName
{
color: #8650AD;
}
.AnyTagClassName
{
color: #8650AD;
}
</style>
background-color css
<style>
a { background-color: #8650AD; }
a { background-color: rgb(134,80,173); }
div.DivClassName
{
background-color: #8650AD;
}
.BgClassName
{
background-color: #8650AD;
}
</style>
border-color css
<style>
span { border-color: #8650AD; }
span { border-color: rgb(134,80,173); }
td.TdClassName
{
border-color: #8650AD;
}
.TagClassName
{
border-color: #8650AD;
}
</style>