Shades of Deep Lilac #944ACE
Tints of Deep Lilac #944ACE
RGB
CMYK
RGB Variations
Color information
#944ACE (or 0x944ACE) is known color: Deep Lilac. HEX triplet: 94, 4A and CE. RGB value is (148,74,206). Sum of RGB (Red+Green+Blue) = 148+74+206=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #944ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944ACE is #6BB531. Grayscale: #6E6E6E. Windows color (decimal): -7058738 or 13519508. OLE color: 13519508.
HSL color Cylindrical-coordinate representation of color #944ACE: hue angle of 273.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #944ACE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 74 | 206 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.19 |
| HSL | 273.64º | 0.57% | 0.55% | - |
| HSV(B) | 273.64º | 0.64% | 0.81% | - |
| XYZ | 25.8 | 15.65 | 60.05 | - |
| YUV | 111.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 206 | 0.28 | 0.64 | 0 | 0.19 | 273.64 | 0.57 | 0.55 |
| Hex | 94 | 4A | CE | 1C | 40 | 0 | 13 | 112 | 39 | 37 |
| Octal | 224 | 112 | 316 | 34 | 100 | 0 | 23 | 422 | 71 | 67 |
| Binary | 10010100 | 1001010 | 11001110 | 11100 | 1000000 | 0 | 10011 | 100010010 | 111001 | 110111 |
Color Harmonies of #944ACE
Complementary color
Monochromatic Colors of #944ACE
Black with #944ACE
Text Example
Text Example
White with #944ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944ACE; }
p { color: rgb(148,74,206); }
H1.HeaderClassName
{
color: #944ACE;
}
.AnyTagClassName
{
color: #944ACE;
}
</style>
background-color css
<style>
a { background-color: #944ACE; }
a { background-color: rgb(148,74,206); }
div.DivClassName
{
background-color: #944ACE;
}
.BgClassName
{
background-color: #944ACE;
}
</style>
border-color css
<style>
span { border-color: #944ACE; }
span { border-color: rgb(148,74,206); }
td.TdClassName
{
border-color: #944ACE;
}
.TagClassName
{
border-color: #944ACE;
}
</style>