Shades of Deep Lilac #945DA9
Tints of Deep Lilac #945DA9
RGB
CMYK
RGB Variations
Color information
#945DA9 (or 0x945DA9) is known color: Deep Lilac. HEX triplet: 94, 5D and A9. RGB value is (148,93,169). Sum of RGB (Red+Green+Blue) = 148+93+169=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #945DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DA9 is #6BA256. Grayscale: #757575. Windows color (decimal): -7053911 or 11099540. OLE color: 11099540.
HSL color Cylindrical-coordinate representation of color #945DA9: hue angle of 283.42º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945DA9 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 93 | 169 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.34 |
| HSL | 283.42º | 0.31% | 0.51% | - |
| HSV(B) | 283.42º | 0.45% | 0.66% | - |
| XYZ | 23.29 | 16.99 | 39.59 | - |
| YUV | 118.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 169 | 0.12 | 0.45 | 0 | 0.34 | 283.42 | 0.31 | 0.51 |
| Hex | 94 | 5D | A9 | C | 2D | 0 | 22 | 11B | 1F | 33 |
| Octal | 224 | 135 | 251 | 14 | 55 | 0 | 42 | 433 | 37 | 63 |
| Binary | 10010100 | 1011101 | 10101001 | 1100 | 101101 | 0 | 100010 | 100011011 | 11111 | 110011 |
Color Harmonies of #945DA9
Complementary color
Monochromatic Colors of #945DA9
Black with #945DA9
Text Example
Text Example
White with #945DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DA9; }
p { color: rgb(148,93,169); }
H1.HeaderClassName
{
color: #945DA9;
}
.AnyTagClassName
{
color: #945DA9;
}
</style>
background-color css
<style>
a { background-color: #945DA9; }
a { background-color: rgb(148,93,169); }
div.DivClassName
{
background-color: #945DA9;
}
.BgClassName
{
background-color: #945DA9;
}
</style>
border-color css
<style>
span { border-color: #945DA9; }
span { border-color: rgb(148,93,169); }
td.TdClassName
{
border-color: #945DA9;
}
.TagClassName
{
border-color: #945DA9;
}
</style>