Shades of Deep Lilac #945FAE
Tints of Deep Lilac #945FAE
RGB
CMYK
RGB Variations
Color information
#945FAE (or 0x945FAE) is known color: Deep Lilac. HEX triplet: 94, 5F and AE. RGB value is (148,95,174). Sum of RGB (Red+Green+Blue) = 148+95+174=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #945FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FAE is #6BA051. Grayscale: #777777. Windows color (decimal): -7053394 or 11427732. OLE color: 11427732.
HSL color Cylindrical-coordinate representation of color #945FAE: hue angle of 280.25º degrees, saturation: 0.33, 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 #945FAE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 95 | 174 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.32 |
| HSL | 280.25º | 0.33% | 0.53% | - |
| HSV(B) | 280.25º | 0.45% | 0.68% | - |
| XYZ | 23.94 | 17.54 | 42.17 | - |
| YUV | 119.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 174 | 0.15 | 0.45 | 0 | 0.32 | 280.25 | 0.33 | 0.53 |
| Hex | 94 | 5F | AE | F | 2D | 0 | 20 | 118 | 21 | 35 |
| Octal | 224 | 137 | 256 | 17 | 55 | 0 | 40 | 430 | 41 | 65 |
| Binary | 10010100 | 1011111 | 10101110 | 1111 | 101101 | 0 | 100000 | 100011000 | 100001 | 110101 |
Color Harmonies of #945FAE
Complementary color
Monochromatic Colors of #945FAE
Black with #945FAE
Text Example
Text Example
White with #945FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FAE; }
p { color: rgb(148,95,174); }
H1.HeaderClassName
{
color: #945FAE;
}
.AnyTagClassName
{
color: #945FAE;
}
</style>
background-color css
<style>
a { background-color: #945FAE; }
a { background-color: rgb(148,95,174); }
div.DivClassName
{
background-color: #945FAE;
}
.BgClassName
{
background-color: #945FAE;
}
</style>
border-color css
<style>
span { border-color: #945FAE; }
span { border-color: rgb(148,95,174); }
td.TdClassName
{
border-color: #945FAE;
}
.TagClassName
{
border-color: #945FAE;
}
</style>