Shades of Deep Lilac #945DAC
Tints of Deep Lilac #945DAC
RGB
CMYK
RGB Variations
Color information
#945DAC (or 0x945DAC) is known color: Deep Lilac. HEX triplet: 94, 5D and AC. RGB value is (148,93,172). Sum of RGB (Red+Green+Blue) = 148+93+172=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #945DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DAC is #6BA253. Grayscale: #767676. Windows color (decimal): -7053908 or 11296148. OLE color: 11296148.
HSL color Cylindrical-coordinate representation of color #945DAC: hue angle of 281.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945DAC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 93 | 172 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.33 |
| HSL | 281.77º | 0.32% | 0.52% | - |
| HSV(B) | 281.77º | 0.46% | 0.67% | - |
| XYZ | 23.57 | 17.1 | 41.09 | - |
| YUV | 118.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 172 | 0.14 | 0.46 | 0 | 0.33 | 281.77 | 0.32 | 0.52 |
| Hex | 94 | 5D | AC | E | 2E | 0 | 21 | 11A | 20 | 34 |
| Octal | 224 | 135 | 254 | 16 | 56 | 0 | 41 | 432 | 40 | 64 |
| Binary | 10010100 | 1011101 | 10101100 | 1110 | 101110 | 0 | 100001 | 100011010 | 100000 | 110100 |
Color Harmonies of #945DAC
Complementary color
Monochromatic Colors of #945DAC
Black with #945DAC
Text Example
Text Example
White with #945DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DAC; }
p { color: rgb(148,93,172); }
H1.HeaderClassName
{
color: #945DAC;
}
.AnyTagClassName
{
color: #945DAC;
}
</style>
background-color css
<style>
a { background-color: #945DAC; }
a { background-color: rgb(148,93,172); }
div.DivClassName
{
background-color: #945DAC;
}
.BgClassName
{
background-color: #945DAC;
}
</style>
border-color css
<style>
span { border-color: #945DAC; }
span { border-color: rgb(148,93,172); }
td.TdClassName
{
border-color: #945DAC;
}
.TagClassName
{
border-color: #945DAC;
}
</style>