Shades of Deep Lilac #945FAD
Tints of Deep Lilac #945FAD
RGB
CMYK
RGB Variations
Color information
#945FAD (or 0x945FAD) is known color: Deep Lilac. HEX triplet: 94, 5F and AD. RGB value is (148,95,173). Sum of RGB (Red+Green+Blue) = 148+95+173=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #945FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FAD is #6BA052. Grayscale: #777777. Windows color (decimal): -7053395 or 11362196. OLE color: 11362196.
HSL color Cylindrical-coordinate representation of color #945FAD: hue angle of 280.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945FAD is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 95 | 173 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.32 |
| HSL | 280.77º | 0.32% | 0.53% | - |
| HSV(B) | 280.77º | 0.45% | 0.68% | - |
| XYZ | 23.85 | 17.5 | 41.66 | - |
| YUV | 119.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 173 | 0.14 | 0.45 | 0 | 0.32 | 280.77 | 0.32 | 0.53 |
| Hex | 94 | 5F | AD | E | 2D | 0 | 20 | 119 | 20 | 35 |
| Octal | 224 | 137 | 255 | 16 | 55 | 0 | 40 | 431 | 40 | 65 |
| Binary | 10010100 | 1011111 | 10101101 | 1110 | 101101 | 0 | 100000 | 100011001 | 100000 | 110101 |
Color Harmonies of #945FAD
Complementary color
Monochromatic Colors of #945FAD
Black with #945FAD
Text Example
Text Example
White with #945FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FAD; }
p { color: rgb(148,95,173); }
H1.HeaderClassName
{
color: #945FAD;
}
.AnyTagClassName
{
color: #945FAD;
}
</style>
background-color css
<style>
a { background-color: #945FAD; }
a { background-color: rgb(148,95,173); }
div.DivClassName
{
background-color: #945FAD;
}
.BgClassName
{
background-color: #945FAD;
}
</style>
border-color css
<style>
span { border-color: #945FAD; }
span { border-color: rgb(148,95,173); }
td.TdClassName
{
border-color: #945FAD;
}
.TagClassName
{
border-color: #945FAD;
}
</style>