Shades of Deep Lilac #9440AE
Tints of Deep Lilac #9440AE
RGB
CMYK
RGB Variations
Color information
#9440AE (or 0x9440AE) is known color: Deep Lilac. HEX triplet: 94, 40 and AE. RGB value is (148,64,174). Sum of RGB (Red+Green+Blue) = 148+64+174=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #9440AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9440AE is #6BBF51. Grayscale: #656565. Windows color (decimal): -7061330 or 11419796. OLE color: 11419796.
HSL color Cylindrical-coordinate representation of color #9440AE: hue angle of 285.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9440AE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 64 | 174 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.32 |
| HSL | 285.82º | 0.46% | 0.47% | - |
| HSV(B) | 285.82º | 0.63% | 0.68% | - |
| XYZ | 21.69 | 13.02 | 41.41 | - |
| YUV | 101.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 174 | 0.15 | 0.63 | 0 | 0.32 | 285.82 | 0.46 | 0.47 |
| Hex | 94 | 40 | AE | F | 3F | 0 | 20 | 11E | 2E | 2F |
| Octal | 224 | 100 | 256 | 17 | 77 | 0 | 40 | 436 | 56 | 57 |
| Binary | 10010100 | 1000000 | 10101110 | 1111 | 111111 | 0 | 100000 | 100011110 | 101110 | 101111 |
Color Harmonies of #9440AE
Complementary color
Monochromatic Colors of #9440AE
Black with #9440AE
Text Example
Text Example
White with #9440AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440AE; }
p { color: rgb(148,64,174); }
H1.HeaderClassName
{
color: #9440AE;
}
.AnyTagClassName
{
color: #9440AE;
}
</style>
background-color css
<style>
a { background-color: #9440AE; }
a { background-color: rgb(148,64,174); }
div.DivClassName
{
background-color: #9440AE;
}
.BgClassName
{
background-color: #9440AE;
}
</style>
border-color css
<style>
span { border-color: #9440AE; }
span { border-color: rgb(148,64,174); }
td.TdClassName
{
border-color: #9440AE;
}
.TagClassName
{
border-color: #9440AE;
}
</style>