Shades of Deep Lilac #935DAD
Tints of Deep Lilac #935DAD
RGB
CMYK
RGB Variations
Color information
#935DAD (or 0x935DAD) is known color: Deep Lilac. HEX triplet: 93, 5D and AD. RGB value is (147,93,173). Sum of RGB (Red+Green+Blue) = 147+93+173=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #935DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935DAD is #6CA252. Grayscale: #767676. Windows color (decimal): -7119443 or 11361683. OLE color: 11361683.
HSL color Cylindrical-coordinate representation of color #935DAD: hue angle of 280.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935DAD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 93 | 173 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.32 |
| HSL | 280.5º | 0.33% | 0.52% | - |
| HSV(B) | 280.5º | 0.46% | 0.68% | - |
| XYZ | 23.49 | 17.05 | 41.59 | - |
| YUV | 118.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 173 | 0.15 | 0.46 | 0 | 0.32 | 280.5 | 0.33 | 0.52 |
| Hex | 93 | 5D | AD | F | 2E | 0 | 20 | 118 | 21 | 34 |
| Octal | 223 | 135 | 255 | 17 | 56 | 0 | 40 | 430 | 41 | 64 |
| Binary | 10010011 | 1011101 | 10101101 | 1111 | 101110 | 0 | 100000 | 100011000 | 100001 | 110100 |
Color Harmonies of #935DAD
Complementary color
Monochromatic Colors of #935DAD
Black with #935DAD
Text Example
Text Example
White with #935DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DAD; }
p { color: rgb(147,93,173); }
H1.HeaderClassName
{
color: #935DAD;
}
.AnyTagClassName
{
color: #935DAD;
}
</style>
background-color css
<style>
a { background-color: #935DAD; }
a { background-color: rgb(147,93,173); }
div.DivClassName
{
background-color: #935DAD;
}
.BgClassName
{
background-color: #935DAD;
}
</style>
border-color css
<style>
span { border-color: #935DAD; }
span { border-color: rgb(147,93,173); }
td.TdClassName
{
border-color: #935DAD;
}
.TagClassName
{
border-color: #935DAD;
}
</style>