Shades of Deep Lilac #953DAD
Tints of Deep Lilac #953DAD
RGB
CMYK
RGB Variations
Color information
#953DAD (or 0x953DAD) is known color: Deep Lilac. HEX triplet: 95, 3D and AD. RGB value is (149,61,173). Sum of RGB (Red+Green+Blue) = 149+61+173=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #953DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DAD is #6AC252. Grayscale: #636363. Windows color (decimal): -6996563 or 11353493. OLE color: 11353493.
HSL color Cylindrical-coordinate representation of color #953DAD: hue angle of 287.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953DAD is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 61 | 173 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.32 |
| HSL | 287.14º | 0.48% | 0.46% | - |
| HSV(B) | 287.14º | 0.65% | 0.68% | - |
| XYZ | 21.61 | 12.74 | 40.86 | - |
| YUV | 100.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 173 | 0.14 | 0.65 | 0 | 0.32 | 287.14 | 0.48 | 0.46 |
| Hex | 95 | 3D | AD | E | 41 | 0 | 20 | 11F | 30 | 2E |
| Octal | 225 | 75 | 255 | 16 | 101 | 0 | 40 | 437 | 60 | 56 |
| Binary | 10010101 | 111101 | 10101101 | 1110 | 1000001 | 0 | 100000 | 100011111 | 110000 | 101110 |
Color Harmonies of #953DAD
Complementary color
Monochromatic Colors of #953DAD
Black with #953DAD
Text Example
Text Example
White with #953DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DAD; }
p { color: rgb(149,61,173); }
H1.HeaderClassName
{
color: #953DAD;
}
.AnyTagClassName
{
color: #953DAD;
}
</style>
background-color css
<style>
a { background-color: #953DAD; }
a { background-color: rgb(149,61,173); }
div.DivClassName
{
background-color: #953DAD;
}
.BgClassName
{
background-color: #953DAD;
}
</style>
border-color css
<style>
span { border-color: #953DAD; }
span { border-color: rgb(149,61,173); }
td.TdClassName
{
border-color: #953DAD;
}
.TagClassName
{
border-color: #953DAD;
}
</style>