Shades of Deep Lilac #904DA6
Tints of Deep Lilac #904DA6
RGB
CMYK
RGB Variations
Color information
#904DA6 (or 0x904DA6) is known color: Deep Lilac. HEX triplet: 90, 4D and A6. RGB value is (144,77,166). Sum of RGB (Red+Green+Blue) = 144+77+166=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #904DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904DA6 is #6FB259. Grayscale: #6A6A6A. Windows color (decimal): -7320154 or 10898832. OLE color: 10898832.
HSL color Cylindrical-coordinate representation of color #904DA6: hue angle of 285.17º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904DA6 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 77 | 166 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.35 |
| HSL | 285.17º | 0.37% | 0.48% | - |
| HSV(B) | 285.17º | 0.54% | 0.65% | - |
| XYZ | 21.04 | 13.99 | 37.67 | - |
| YUV | 107.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 166 | 0.13 | 0.54 | 0 | 0.35 | 285.17 | 0.37 | 0.48 |
| Hex | 90 | 4D | A6 | D | 36 | 0 | 23 | 11D | 25 | 30 |
| Octal | 220 | 115 | 246 | 15 | 66 | 0 | 43 | 435 | 45 | 60 |
| Binary | 10010000 | 1001101 | 10100110 | 1101 | 110110 | 0 | 100011 | 100011101 | 100101 | 110000 |
Color Harmonies of #904DA6
Complementary color
Monochromatic Colors of #904DA6
Black with #904DA6
Text Example
Text Example
White with #904DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DA6; }
p { color: rgb(144,77,166); }
H1.HeaderClassName
{
color: #904DA6;
}
.AnyTagClassName
{
color: #904DA6;
}
</style>
background-color css
<style>
a { background-color: #904DA6; }
a { background-color: rgb(144,77,166); }
div.DivClassName
{
background-color: #904DA6;
}
.BgClassName
{
background-color: #904DA6;
}
</style>
border-color css
<style>
span { border-color: #904DA6; }
span { border-color: rgb(144,77,166); }
td.TdClassName
{
border-color: #904DA6;
}
.TagClassName
{
border-color: #904DA6;
}
</style>