Shades of Deep Lilac #954DAD
Tints of Deep Lilac #954DAD
RGB
CMYK
RGB Variations
Color information
#954DAD (or 0x954DAD) is known color: Deep Lilac. HEX triplet: 95, 4D and AD. RGB value is (149,77,173). Sum of RGB (Red+Green+Blue) = 149+77+173=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #954DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DAD is #6AB252. Grayscale: #6D6D6D. Windows color (decimal): -6992467 or 11357589. OLE color: 11357589.
HSL color Cylindrical-coordinate representation of color #954DAD: hue angle of 285º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954DAD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 77 | 173 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.32 |
| HSL | 285º | 0.38% | 0.49% | - |
| HSV(B) | 285º | 0.55% | 0.68% | - |
| XYZ | 22.59 | 14.71 | 41.18 | - |
| YUV | 109.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 173 | 0.14 | 0.55 | 0 | 0.32 | 285 | 0.38 | 0.49 |
| Hex | 95 | 4D | AD | E | 37 | 0 | 20 | 11D | 26 | 31 |
| Octal | 225 | 115 | 255 | 16 | 67 | 0 | 40 | 435 | 46 | 61 |
| Binary | 10010101 | 1001101 | 10101101 | 1110 | 110111 | 0 | 100000 | 100011101 | 100110 | 110001 |
Color Harmonies of #954DAD
Complementary color
Monochromatic Colors of #954DAD
Black with #954DAD
Text Example
Text Example
White with #954DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DAD; }
p { color: rgb(149,77,173); }
H1.HeaderClassName
{
color: #954DAD;
}
.AnyTagClassName
{
color: #954DAD;
}
</style>
background-color css
<style>
a { background-color: #954DAD; }
a { background-color: rgb(149,77,173); }
div.DivClassName
{
background-color: #954DAD;
}
.BgClassName
{
background-color: #954DAD;
}
</style>
border-color css
<style>
span { border-color: #954DAD; }
span { border-color: rgb(149,77,173); }
td.TdClassName
{
border-color: #954DAD;
}
.TagClassName
{
border-color: #954DAD;
}
</style>