Shades of Deep Lilac #944BC1
Tints of Deep Lilac #944BC1
RGB
CMYK
RGB Variations
Color information
#944BC1 (or 0x944BC1) is known color: Deep Lilac. HEX triplet: 94, 4B and C1. RGB value is (148,75,193). Sum of RGB (Red+Green+Blue) = 148+75+193=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #944BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BC1 is #6BB43E. Grayscale: #6D6D6D. Windows color (decimal): -7058495 or 12667796. OLE color: 12667796.
HSL color Cylindrical-coordinate representation of color #944BC1: hue angle of 277.12º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #944BC1 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 75 | 193 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.24 |
| HSL | 277.12º | 0.49% | 0.53% | - |
| HSV(B) | 277.12º | 0.61% | 0.76% | - |
| XYZ | 24.35 | 15.18 | 52.1 | - |
| YUV | 110.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 193 | 0.23 | 0.61 | 0 | 0.24 | 277.12 | 0.49 | 0.53 |
| Hex | 94 | 4B | C1 | 17 | 3D | 0 | 18 | 115 | 31 | 35 |
| Octal | 224 | 113 | 301 | 27 | 75 | 0 | 30 | 425 | 61 | 65 |
| Binary | 10010100 | 1001011 | 11000001 | 10111 | 111101 | 0 | 11000 | 100010101 | 110001 | 110101 |
Color Harmonies of #944BC1
Complementary color
Monochromatic Colors of #944BC1
Black with #944BC1
Text Example
Text Example
White with #944BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944BC1; }
p { color: rgb(148,75,193); }
H1.HeaderClassName
{
color: #944BC1;
}
.AnyTagClassName
{
color: #944BC1;
}
</style>
background-color css
<style>
a { background-color: #944BC1; }
a { background-color: rgb(148,75,193); }
div.DivClassName
{
background-color: #944BC1;
}
.BgClassName
{
background-color: #944BC1;
}
</style>
border-color css
<style>
span { border-color: #944BC1; }
span { border-color: rgb(148,75,193); }
td.TdClassName
{
border-color: #944BC1;
}
.TagClassName
{
border-color: #944BC1;
}
</style>