Shades of Deep Lilac #944FBC
Tints of Deep Lilac #944FBC
RGB
CMYK
RGB Variations
Color information
#944FBC (or 0x944FBC) is known color: Deep Lilac. HEX triplet: 94, 4F and BC. RGB value is (148,79,188). Sum of RGB (Red+Green+Blue) = 148+79+188=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #944FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944FBC is #6BB043. Grayscale: #6F6F6F. Windows color (decimal): -7057476 or 12341140. OLE color: 12341140.
HSL color Cylindrical-coordinate representation of color #944FBC: hue angle of 277.98º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944FBC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 79 | 188 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.26 |
| HSL | 277.98º | 0.45% | 0.52% | - |
| HSV(B) | 277.98º | 0.58% | 0.74% | - |
| XYZ | 24.09 | 15.52 | 49.3 | - |
| YUV | 112.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 188 | 0.21 | 0.58 | 0 | 0.26 | 277.98 | 0.45 | 0.52 |
| Hex | 94 | 4F | BC | 15 | 3A | 0 | 1A | 116 | 2D | 34 |
| Octal | 224 | 117 | 274 | 25 | 72 | 0 | 32 | 426 | 55 | 64 |
| Binary | 10010100 | 1001111 | 10111100 | 10101 | 111010 | 0 | 11010 | 100010110 | 101101 | 110100 |
Color Harmonies of #944FBC
Complementary color
Monochromatic Colors of #944FBC
Black with #944FBC
Text Example
Text Example
White with #944FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FBC; }
p { color: rgb(148,79,188); }
H1.HeaderClassName
{
color: #944FBC;
}
.AnyTagClassName
{
color: #944FBC;
}
</style>
background-color css
<style>
a { background-color: #944FBC; }
a { background-color: rgb(148,79,188); }
div.DivClassName
{
background-color: #944FBC;
}
.BgClassName
{
background-color: #944FBC;
}
</style>
border-color css
<style>
span { border-color: #944FBC; }
span { border-color: rgb(148,79,188); }
td.TdClassName
{
border-color: #944FBC;
}
.TagClassName
{
border-color: #944FBC;
}
</style>