Shades of Deep Lilac #944CB7
Tints of Deep Lilac #944CB7
RGB
CMYK
RGB Variations
Color information
#944CB7 (or 0x944CB7) is known color: Deep Lilac. HEX triplet: 94, 4C and B7. RGB value is (148,76,183). Sum of RGB (Red+Green+Blue) = 148+76+183=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #944CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CB7 is #6BB348. Grayscale: #6D6D6D. Windows color (decimal): -7058249 or 12012692. OLE color: 12012692.
HSL color Cylindrical-coordinate representation of color #944CB7: hue angle of 280.37º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944CB7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 76 | 183 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.28 |
| HSL | 280.37º | 0.43% | 0.51% | - |
| HSV(B) | 280.37º | 0.58% | 0.72% | - |
| XYZ | 23.34 | 14.88 | 46.44 | - |
| YUV | 109.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 183 | 0.19 | 0.58 | 0 | 0.28 | 280.37 | 0.43 | 0.51 |
| Hex | 94 | 4C | B7 | 13 | 3A | 0 | 1C | 118 | 2B | 33 |
| Octal | 224 | 114 | 267 | 23 | 72 | 0 | 34 | 430 | 53 | 63 |
| Binary | 10010100 | 1001100 | 10110111 | 10011 | 111010 | 0 | 11100 | 100011000 | 101011 | 110011 |
Color Harmonies of #944CB7
Complementary color
Monochromatic Colors of #944CB7
Black with #944CB7
Text Example
Text Example
White with #944CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944CB7; }
p { color: rgb(148,76,183); }
H1.HeaderClassName
{
color: #944CB7;
}
.AnyTagClassName
{
color: #944CB7;
}
</style>
background-color css
<style>
a { background-color: #944CB7; }
a { background-color: rgb(148,76,183); }
div.DivClassName
{
background-color: #944CB7;
}
.BgClassName
{
background-color: #944CB7;
}
</style>
border-color css
<style>
span { border-color: #944CB7; }
span { border-color: rgb(148,76,183); }
td.TdClassName
{
border-color: #944CB7;
}
.TagClassName
{
border-color: #944CB7;
}
</style>