Shades of Deep Lilac #9442AE
Tints of Deep Lilac #9442AE
RGB
CMYK
RGB Variations
Color information
#9442AE (or 0x9442AE) is known color: Deep Lilac. HEX triplet: 94, 42 and AE. RGB value is (148,66,174). Sum of RGB (Red+Green+Blue) = 148+66+174=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #9442AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9442AE is #6BBD51. Grayscale: #666666. Windows color (decimal): -7060818 or 11420308. OLE color: 11420308.
HSL color Cylindrical-coordinate representation of color #9442AE: hue angle of 285.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9442AE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 66 | 174 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.32 |
| HSL | 285.56º | 0.45% | 0.47% | - |
| HSV(B) | 285.56º | 0.62% | 0.68% | - |
| XYZ | 21.8 | 13.25 | 41.45 | - |
| YUV | 102.83 | 168.17 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 174 | 0.15 | 0.62 | 0 | 0.32 | 285.56 | 0.45 | 0.47 |
| Hex | 94 | 42 | AE | F | 3E | 0 | 20 | 11E | 2D | 2F |
| Octal | 224 | 102 | 256 | 17 | 76 | 0 | 40 | 436 | 55 | 57 |
| Binary | 10010100 | 1000010 | 10101110 | 1111 | 111110 | 0 | 100000 | 100011110 | 101101 | 101111 |
Color Harmonies of #9442AE
Complementary color
Monochromatic Colors of #9442AE
Black with #9442AE
Text Example
Text Example
White with #9442AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9442AE; }
p { color: rgb(148,66,174); }
H1.HeaderClassName
{
color: #9442AE;
}
.AnyTagClassName
{
color: #9442AE;
}
</style>
background-color css
<style>
a { background-color: #9442AE; }
a { background-color: rgb(148,66,174); }
div.DivClassName
{
background-color: #9442AE;
}
.BgClassName
{
background-color: #9442AE;
}
</style>
border-color css
<style>
span { border-color: #9442AE; }
span { border-color: rgb(148,66,174); }
td.TdClassName
{
border-color: #9442AE;
}
.TagClassName
{
border-color: #9442AE;
}
</style>