Shades of Deep Lilac #944DB6
Tints of Deep Lilac #944DB6
RGB
CMYK
RGB Variations
Color information
#944DB6 (or 0x944DB6) is known color: Deep Lilac. HEX triplet: 94, 4D and B6. RGB value is (148,77,182). Sum of RGB (Red+Green+Blue) = 148+77+182=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #944DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DB6 is #6BB249. Grayscale: #6D6D6D. Windows color (decimal): -7057994 or 11947412. OLE color: 11947412.
HSL color Cylindrical-coordinate representation of color #944DB6: hue angle of 280.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944DB6 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 77 | 182 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.29 |
| HSL | 280.57º | 0.42% | 0.51% | - |
| HSV(B) | 280.57º | 0.58% | 0.71% | - |
| XYZ | 23.31 | 14.98 | 45.92 | - |
| YUV | 110.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 182 | 0.19 | 0.58 | 0 | 0.29 | 280.57 | 0.42 | 0.51 |
| Hex | 94 | 4D | B6 | 13 | 3A | 0 | 1D | 119 | 2A | 33 |
| Octal | 224 | 115 | 266 | 23 | 72 | 0 | 35 | 431 | 52 | 63 |
| Binary | 10010100 | 1001101 | 10110110 | 10011 | 111010 | 0 | 11101 | 100011001 | 101010 | 110011 |
Color Harmonies of #944DB6
Complementary color
Monochromatic Colors of #944DB6
Black with #944DB6
Text Example
Text Example
White with #944DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944DB6; }
p { color: rgb(148,77,182); }
H1.HeaderClassName
{
color: #944DB6;
}
.AnyTagClassName
{
color: #944DB6;
}
</style>
background-color css
<style>
a { background-color: #944DB6; }
a { background-color: rgb(148,77,182); }
div.DivClassName
{
background-color: #944DB6;
}
.BgClassName
{
background-color: #944DB6;
}
</style>
border-color css
<style>
span { border-color: #944DB6; }
span { border-color: rgb(148,77,182); }
td.TdClassName
{
border-color: #944DB6;
}
.TagClassName
{
border-color: #944DB6;
}
</style>