Shades of Deep Lilac #944BA7
Tints of Deep Lilac #944BA7
RGB
CMYK
RGB Variations
Color information
#944BA7 (or 0x944BA7) is known color: Deep Lilac. HEX triplet: 94, 4B and A7. RGB value is (148,75,167). Sum of RGB (Red+Green+Blue) = 148+75+167=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #944BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944BA7 is #6BB458. Grayscale: #6B6B6B. Windows color (decimal): -7058521 or 10963860. OLE color: 10963860.
HSL color Cylindrical-coordinate representation of color #944BA7: hue angle of 287.61º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944BA7 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 75 | 167 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.35 |
| HSL | 287.61º | 0.38% | 0.47% | - |
| HSV(B) | 287.61º | 0.55% | 0.65% | - |
| XYZ | 21.7 | 14.12 | 38.14 | - |
| YUV | 107.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 167 | 0.11 | 0.55 | 0 | 0.35 | 287.61 | 0.38 | 0.47 |
| Hex | 94 | 4B | A7 | B | 37 | 0 | 23 | 120 | 26 | 2F |
| Octal | 224 | 113 | 247 | 13 | 67 | 0 | 43 | 440 | 46 | 57 |
| Binary | 10010100 | 1001011 | 10100111 | 1011 | 110111 | 0 | 100011 | 100100000 | 100110 | 101111 |
Color Harmonies of #944BA7
Complementary color
Monochromatic Colors of #944BA7
Black with #944BA7
Text Example
Text Example
White with #944BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944BA7; }
p { color: rgb(148,75,167); }
H1.HeaderClassName
{
color: #944BA7;
}
.AnyTagClassName
{
color: #944BA7;
}
</style>
background-color css
<style>
a { background-color: #944BA7; }
a { background-color: rgb(148,75,167); }
div.DivClassName
{
background-color: #944BA7;
}
.BgClassName
{
background-color: #944BA7;
}
</style>
border-color css
<style>
span { border-color: #944BA7; }
span { border-color: rgb(148,75,167); }
td.TdClassName
{
border-color: #944BA7;
}
.TagClassName
{
border-color: #944BA7;
}
</style>