Shades of Deep Lilac #944DCF
Tints of Deep Lilac #944DCF
RGB
CMYK
RGB Variations
Color information
#944DCF (or 0x944DCF) is known color: Deep Lilac. HEX triplet: 94, 4D and CF. RGB value is (148,77,207). Sum of RGB (Red+Green+Blue) = 148+77+207=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #944DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DCF is #6BB230. Grayscale: #707070. Windows color (decimal): -7057969 or 13585812. OLE color: 13585812.
HSL color Cylindrical-coordinate representation of color #944DCF: hue angle of 272.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #944DCF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 77 | 207 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.19 |
| HSL | 272.77º | 0.58% | 0.56% | - |
| HSV(B) | 272.77º | 0.63% | 0.81% | - |
| XYZ | 26.13 | 16.11 | 60.76 | - |
| YUV | 113.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 207 | 0.29 | 0.63 | 0 | 0.19 | 272.77 | 0.58 | 0.56 |
| Hex | 94 | 4D | CF | 1D | 3F | 0 | 13 | 111 | 3A | 38 |
| Octal | 224 | 115 | 317 | 35 | 77 | 0 | 23 | 421 | 72 | 70 |
| Binary | 10010100 | 1001101 | 11001111 | 11101 | 111111 | 0 | 10011 | 100010001 | 111010 | 111000 |
Color Harmonies of #944DCF
Complementary color
Monochromatic Colors of #944DCF
Black with #944DCF
Text Example
Text Example
White with #944DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944DCF; }
p { color: rgb(148,77,207); }
H1.HeaderClassName
{
color: #944DCF;
}
.AnyTagClassName
{
color: #944DCF;
}
</style>
background-color css
<style>
a { background-color: #944DCF; }
a { background-color: rgb(148,77,207); }
div.DivClassName
{
background-color: #944DCF;
}
.BgClassName
{
background-color: #944DCF;
}
</style>
border-color css
<style>
span { border-color: #944DCF; }
span { border-color: rgb(148,77,207); }
td.TdClassName
{
border-color: #944DCF;
}
.TagClassName
{
border-color: #944DCF;
}
</style>