Shades of Deep Lilac #944FCC
Tints of Deep Lilac #944FCC
RGB
CMYK
RGB Variations
Color information
#944FCC (or 0x944FCC) is known color: Deep Lilac. HEX triplet: 94, 4F and CC. RGB value is (148,79,204). Sum of RGB (Red+Green+Blue) = 148+79+204=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #944FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944FCC is #6BB033. Grayscale: #717171. Windows color (decimal): -7057460 or 13389716. OLE color: 13389716.
HSL color Cylindrical-coordinate representation of color #944FCC: hue angle of 273.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #944FCC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 79 | 204 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.2 |
| HSL | 273.12º | 0.55% | 0.55% | - |
| HSV(B) | 273.12º | 0.61% | 0.8% | - |
| XYZ | 25.91 | 16.25 | 58.9 | - |
| YUV | 113.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 204 | 0.27 | 0.61 | 0 | 0.2 | 273.12 | 0.55 | 0.55 |
| Hex | 94 | 4F | CC | 1B | 3D | 0 | 14 | 111 | 37 | 37 |
| Octal | 224 | 117 | 314 | 33 | 75 | 0 | 24 | 421 | 67 | 67 |
| Binary | 10010100 | 1001111 | 11001100 | 11011 | 111101 | 0 | 10100 | 100010001 | 110111 | 110111 |
Color Harmonies of #944FCC
Complementary color
Monochromatic Colors of #944FCC
Black with #944FCC
Text Example
Text Example
White with #944FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FCC; }
p { color: rgb(148,79,204); }
H1.HeaderClassName
{
color: #944FCC;
}
.AnyTagClassName
{
color: #944FCC;
}
</style>
background-color css
<style>
a { background-color: #944FCC; }
a { background-color: rgb(148,79,204); }
div.DivClassName
{
background-color: #944FCC;
}
.BgClassName
{
background-color: #944FCC;
}
</style>
border-color css
<style>
span { border-color: #944FCC; }
span { border-color: rgb(148,79,204); }
td.TdClassName
{
border-color: #944FCC;
}
.TagClassName
{
border-color: #944FCC;
}
</style>