Shades of Deep Lilac #9459AD
Tints of Deep Lilac #9459AD
RGB
CMYK
RGB Variations
Color information
#9459AD (or 0x9459AD) is known color: Deep Lilac. HEX triplet: 94, 59 and AD. RGB value is (148,89,173). Sum of RGB (Red+Green+Blue) = 148+89+173=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #9459AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9459AD is #6BA652. Grayscale: #737373. Windows color (decimal): -7054931 or 11360660. OLE color: 11360660.
HSL color Cylindrical-coordinate representation of color #9459AD: hue angle of 282.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9459AD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 89 | 173 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.32 |
| HSL | 282.14º | 0.34% | 0.51% | - |
| HSV(B) | 282.14º | 0.49% | 0.68% | - |
| XYZ | 23.33 | 16.46 | 41.48 | - |
| YUV | 116.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 173 | 0.14 | 0.49 | 0 | 0.32 | 282.14 | 0.34 | 0.51 |
| Hex | 94 | 59 | AD | E | 31 | 0 | 20 | 11A | 22 | 33 |
| Octal | 224 | 131 | 255 | 16 | 61 | 0 | 40 | 432 | 42 | 63 |
| Binary | 10010100 | 1011001 | 10101101 | 1110 | 110001 | 0 | 100000 | 100011010 | 100010 | 110011 |
Color Harmonies of #9459AD
Complementary color
Monochromatic Colors of #9459AD
Black with #9459AD
Text Example
Text Example
White with #9459AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459AD; }
p { color: rgb(148,89,173); }
H1.HeaderClassName
{
color: #9459AD;
}
.AnyTagClassName
{
color: #9459AD;
}
</style>
background-color css
<style>
a { background-color: #9459AD; }
a { background-color: rgb(148,89,173); }
div.DivClassName
{
background-color: #9459AD;
}
.BgClassName
{
background-color: #9459AD;
}
</style>
border-color css
<style>
span { border-color: #9459AD; }
span { border-color: rgb(148,89,173); }
td.TdClassName
{
border-color: #9459AD;
}
.TagClassName
{
border-color: #9459AD;
}
</style>