Shades of Deep Lilac #944CC9
Tints of Deep Lilac #944CC9
RGB
CMYK
RGB Variations
Color information
#944CC9 (or 0x944CC9) is known color: Deep Lilac. HEX triplet: 94, 4C and C9. RGB value is (148,76,201). Sum of RGB (Red+Green+Blue) = 148+76+201=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #944CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CC9 is #6BB336. Grayscale: #6F6F6F. Windows color (decimal): -7058231 or 13192340. OLE color: 13192340.
HSL color Cylindrical-coordinate representation of color #944CC9: hue angle of 274.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #944CC9 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 76 | 201 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.21 |
| HSL | 274.56º | 0.54% | 0.54% | - |
| HSV(B) | 274.56º | 0.62% | 0.79% | - |
| XYZ | 25.34 | 15.68 | 56.95 | - |
| YUV | 111.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 201 | 0.26 | 0.62 | 0 | 0.21 | 274.56 | 0.54 | 0.54 |
| Hex | 94 | 4C | C9 | 1A | 3E | 0 | 15 | 113 | 36 | 36 |
| Octal | 224 | 114 | 311 | 32 | 76 | 0 | 25 | 423 | 66 | 66 |
| Binary | 10010100 | 1001100 | 11001001 | 11010 | 111110 | 0 | 10101 | 100010011 | 110110 | 110110 |
Color Harmonies of #944CC9
Complementary color
Monochromatic Colors of #944CC9
Black with #944CC9
Text Example
Text Example
White with #944CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944CC9; }
p { color: rgb(148,76,201); }
H1.HeaderClassName
{
color: #944CC9;
}
.AnyTagClassName
{
color: #944CC9;
}
</style>
background-color css
<style>
a { background-color: #944CC9; }
a { background-color: rgb(148,76,201); }
div.DivClassName
{
background-color: #944CC9;
}
.BgClassName
{
background-color: #944CC9;
}
</style>
border-color css
<style>
span { border-color: #944CC9; }
span { border-color: rgb(148,76,201); }
td.TdClassName
{
border-color: #944CC9;
}
.TagClassName
{
border-color: #944CC9;
}
</style>