Shades of Deep Lilac #944ECC
Tints of Deep Lilac #944ECC
RGB
CMYK
RGB Variations
Color information
#944ECC (or 0x944ECC) is known color: Deep Lilac. HEX triplet: 94, 4E and CC. RGB value is (148,78,204). Sum of RGB (Red+Green+Blue) = 148+78+204=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #944ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944ECC is #6BB133. Grayscale: #707070. Windows color (decimal): -7057716 or 13389460. OLE color: 13389460.
HSL color Cylindrical-coordinate representation of color #944ECC: hue angle of 273.33º degrees, saturation: 0.55, 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 #944ECC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 78 | 204 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.2 |
| HSL | 273.33º | 0.55% | 0.55% | - |
| HSV(B) | 273.33º | 0.62% | 0.8% | - |
| XYZ | 25.84 | 16.1 | 58.87 | - |
| YUV | 113.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 204 | 0.27 | 0.62 | 0 | 0.2 | 273.33 | 0.55 | 0.55 |
| Hex | 94 | 4E | CC | 1B | 3E | 0 | 14 | 111 | 37 | 37 |
| Octal | 224 | 116 | 314 | 33 | 76 | 0 | 24 | 421 | 67 | 67 |
| Binary | 10010100 | 1001110 | 11001100 | 11011 | 111110 | 0 | 10100 | 100010001 | 110111 | 110111 |
Color Harmonies of #944ECC
Complementary color
Monochromatic Colors of #944ECC
Black with #944ECC
Text Example
Text Example
White with #944ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944ECC; }
p { color: rgb(148,78,204); }
H1.HeaderClassName
{
color: #944ECC;
}
.AnyTagClassName
{
color: #944ECC;
}
</style>
background-color css
<style>
a { background-color: #944ECC; }
a { background-color: rgb(148,78,204); }
div.DivClassName
{
background-color: #944ECC;
}
.BgClassName
{
background-color: #944ECC;
}
</style>
border-color css
<style>
span { border-color: #944ECC; }
span { border-color: rgb(148,78,204); }
td.TdClassName
{
border-color: #944ECC;
}
.TagClassName
{
border-color: #944ECC;
}
</style>