Shades of Deep Lilac #945AAD
Tints of Deep Lilac #945AAD
RGB
CMYK
RGB Variations
Color information
#945AAD (or 0x945AAD) is known color: Deep Lilac. HEX triplet: 94, 5A and AD. RGB value is (148,90,173). Sum of RGB (Red+Green+Blue) = 148+90+173=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #945AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945AAD is #6BA552. Grayscale: #747474. Windows color (decimal): -7054675 or 11360916. OLE color: 11360916.
HSL color Cylindrical-coordinate representation of color #945AAD: hue angle of 281.93º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #945AAD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 90 | 173 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.32 |
| HSL | 281.93º | 0.34% | 0.52% | - |
| HSV(B) | 281.93º | 0.48% | 0.68% | - |
| XYZ | 23.41 | 16.63 | 41.51 | - |
| YUV | 116.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 173 | 0.14 | 0.48 | 0 | 0.32 | 281.93 | 0.34 | 0.52 |
| Hex | 94 | 5A | AD | E | 30 | 0 | 20 | 11A | 22 | 34 |
| Octal | 224 | 132 | 255 | 16 | 60 | 0 | 40 | 432 | 42 | 64 |
| Binary | 10010100 | 1011010 | 10101101 | 1110 | 110000 | 0 | 100000 | 100011010 | 100010 | 110100 |
Color Harmonies of #945AAD
Complementary color
Monochromatic Colors of #945AAD
Black with #945AAD
Text Example
Text Example
White with #945AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945AAD; }
p { color: rgb(148,90,173); }
H1.HeaderClassName
{
color: #945AAD;
}
.AnyTagClassName
{
color: #945AAD;
}
</style>
background-color css
<style>
a { background-color: #945AAD; }
a { background-color: rgb(148,90,173); }
div.DivClassName
{
background-color: #945AAD;
}
.BgClassName
{
background-color: #945AAD;
}
</style>
border-color css
<style>
span { border-color: #945AAD; }
span { border-color: rgb(148,90,173); }
td.TdClassName
{
border-color: #945AAD;
}
.TagClassName
{
border-color: #945AAD;
}
</style>