Shades of Deep Lilac #944DCD
Tints of Deep Lilac #944DCD
RGB
CMYK
RGB Variations
Color information
#944DCD (or 0x944DCD) is known color: Deep Lilac. HEX triplet: 94, 4D and CD. RGB value is (148,77,205). Sum of RGB (Red+Green+Blue) = 148+77+205=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #944DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DCD is #6BB232. Grayscale: #707070. Windows color (decimal): -7057971 or 13454740. OLE color: 13454740.
HSL color Cylindrical-coordinate representation of color #944DCD: hue angle of 273.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #944DCD is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 77 | 205 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.20 |
| HSL | 273.28º | 0.56% | 0.55% | - |
| HSV(B) | 273.28º | 0.62% | 0.8% | - |
| XYZ | 25.89 | 16.01 | 59.48 | - |
| YUV | 112.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 205 | 0.28 | 0.62 | 0 | 0.20 | 273.28 | 0.56 | 0.55 |
| Hex | 94 | 4D | CD | 1C | 3E | 0 | 14 | 111 | 38 | 37 |
| Octal | 224 | 115 | 315 | 34 | 76 | 0 | 24 | 421 | 70 | 67 |
| Binary | 10010100 | 1001101 | 11001101 | 11100 | 111110 | 0 | 10100 | 100010001 | 111000 | 110111 |
Color Harmonies of #944DCD
Complementary color
Monochromatic Colors of #944DCD
Black with #944DCD
Text Example
Text Example
White with #944DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944DCD; }
p { color: rgb(148,77,205); }
H1.HeaderClassName
{
color: #944DCD;
}
.AnyTagClassName
{
color: #944DCD;
}
</style>
background-color css
<style>
a { background-color: #944DCD; }
a { background-color: rgb(148,77,205); }
div.DivClassName
{
background-color: #944DCD;
}
.BgClassName
{
background-color: #944DCD;
}
</style>
border-color css
<style>
span { border-color: #944DCD; }
span { border-color: rgb(148,77,205); }
td.TdClassName
{
border-color: #944DCD;
}
.TagClassName
{
border-color: #944DCD;
}
</style>