Shades of Deep Lilac #904DBD
Tints of Deep Lilac #904DBD
RGB
CMYK
RGB Variations
Color information
#904DBD (or 0x904DBD) is known color: Deep Lilac. HEX triplet: 90, 4D and BD. RGB value is (144,77,189). Sum of RGB (Red+Green+Blue) = 144+77+189=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #904DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DBD is #6FB242. Grayscale: #6D6D6D. Windows color (decimal): -7320131 or 12406160. OLE color: 12406160.
HSL color Cylindrical-coordinate representation of color #904DBD: hue angle of 275.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #904DBD is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 77 | 189 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.26 |
| HSL | 275.89º | 0.46% | 0.52% | - |
| HSV(B) | 275.89º | 0.59% | 0.74% | - |
| XYZ | 23.34 | 14.91 | 49.79 | - |
| YUV | 109.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 189 | 0.24 | 0.59 | 0 | 0.26 | 275.89 | 0.46 | 0.52 |
| Hex | 90 | 4D | BD | 18 | 3B | 0 | 1A | 114 | 2E | 34 |
| Octal | 220 | 115 | 275 | 30 | 73 | 0 | 32 | 424 | 56 | 64 |
| Binary | 10010000 | 1001101 | 10111101 | 11000 | 111011 | 0 | 11010 | 100010100 | 101110 | 110100 |
Color Harmonies of #904DBD
Complementary color
Monochromatic Colors of #904DBD
Black with #904DBD
Text Example
Text Example
White with #904DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DBD; }
p { color: rgb(144,77,189); }
H1.HeaderClassName
{
color: #904DBD;
}
.AnyTagClassName
{
color: #904DBD;
}
</style>
background-color css
<style>
a { background-color: #904DBD; }
a { background-color: rgb(144,77,189); }
div.DivClassName
{
background-color: #904DBD;
}
.BgClassName
{
background-color: #904DBD;
}
</style>
border-color css
<style>
span { border-color: #904DBD; }
span { border-color: rgb(144,77,189); }
td.TdClassName
{
border-color: #904DBD;
}
.TagClassName
{
border-color: #904DBD;
}
</style>