Shades of Deep Lilac #9459AE
Tints of Deep Lilac #9459AE
RGB
CMYK
RGB Variations
Color information
#9459AE (or 0x9459AE) is known color: Deep Lilac. HEX triplet: 94, 59 and AE. RGB value is (148,89,174). Sum of RGB (Red+Green+Blue) = 148+89+174=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #9459AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9459AE is #6BA651. Grayscale: #747474. Windows color (decimal): -7054930 or 11426196. OLE color: 11426196.
HSL color Cylindrical-coordinate representation of color #9459AE: hue angle of 281.65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9459AE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 89 | 174 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.32 |
| HSL | 281.65º | 0.34% | 0.52% | - |
| HSV(B) | 281.65º | 0.49% | 0.68% | - |
| XYZ | 23.43 | 16.5 | 41.99 | - |
| YUV | 116.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 174 | 0.15 | 0.49 | 0 | 0.32 | 281.65 | 0.34 | 0.52 |
| Hex | 94 | 59 | AE | F | 31 | 0 | 20 | 11A | 22 | 34 |
| Octal | 224 | 131 | 256 | 17 | 61 | 0 | 40 | 432 | 42 | 64 |
| Binary | 10010100 | 1011001 | 10101110 | 1111 | 110001 | 0 | 100000 | 100011010 | 100010 | 110100 |
Color Harmonies of #9459AE
Complementary color
Monochromatic Colors of #9459AE
Black with #9459AE
Text Example
Text Example
White with #9459AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459AE; }
p { color: rgb(148,89,174); }
H1.HeaderClassName
{
color: #9459AE;
}
.AnyTagClassName
{
color: #9459AE;
}
</style>
background-color css
<style>
a { background-color: #9459AE; }
a { background-color: rgb(148,89,174); }
div.DivClassName
{
background-color: #9459AE;
}
.BgClassName
{
background-color: #9459AE;
}
</style>
border-color css
<style>
span { border-color: #9459AE; }
span { border-color: rgb(148,89,174); }
td.TdClassName
{
border-color: #9459AE;
}
.TagClassName
{
border-color: #9459AE;
}
</style>