Shades of Deep Lilac #944DC8
Tints of Deep Lilac #944DC8
RGB
CMYK
RGB Variations
Color information
#944DC8 (or 0x944DC8) is known color: Deep Lilac. HEX triplet: 94, 4D and C8. RGB value is (148,77,200). Sum of RGB (Red+Green+Blue) = 148+77+200=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #944DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DC8 is #6BB237. Grayscale: #6F6F6F. Windows color (decimal): -7057976 or 13127060. OLE color: 13127060.
HSL color Cylindrical-coordinate representation of color #944DC8: hue angle of 274.63º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #944DC8 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 77 | 200 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.22 |
| HSL | 274.63º | 0.53% | 0.54% | - |
| HSV(B) | 274.63º | 0.62% | 0.78% | - |
| XYZ | 25.29 | 15.77 | 56.36 | - |
| YUV | 112.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 200 | 0.26 | 0.62 | 0 | 0.22 | 274.63 | 0.53 | 0.54 |
| Hex | 94 | 4D | C8 | 1A | 3E | 0 | 16 | 113 | 35 | 36 |
| Octal | 224 | 115 | 310 | 32 | 76 | 0 | 26 | 423 | 65 | 66 |
| Binary | 10010100 | 1001101 | 11001000 | 11010 | 111110 | 0 | 10110 | 100010011 | 110101 | 110110 |
Color Harmonies of #944DC8
Complementary color
Monochromatic Colors of #944DC8
Black with #944DC8
Text Example
Text Example
White with #944DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944DC8; }
p { color: rgb(148,77,200); }
H1.HeaderClassName
{
color: #944DC8;
}
.AnyTagClassName
{
color: #944DC8;
}
</style>
background-color css
<style>
a { background-color: #944DC8; }
a { background-color: rgb(148,77,200); }
div.DivClassName
{
background-color: #944DC8;
}
.BgClassName
{
background-color: #944DC8;
}
</style>
border-color css
<style>
span { border-color: #944DC8; }
span { border-color: rgb(148,77,200); }
td.TdClassName
{
border-color: #944DC8;
}
.TagClassName
{
border-color: #944DC8;
}
</style>