Shades of Deep Lilac #935DA9
Tints of Deep Lilac #935DA9
RGB
CMYK
RGB Variations
Color information
#935DA9 (or 0x935DA9) is known color: Deep Lilac. HEX triplet: 93, 5D and A9. RGB value is (147,93,169). Sum of RGB (Red+Green+Blue) = 147+93+169=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 169 - color contains mainly: blue. Hex color #935DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935DA9 is #6CA256. Grayscale: #757575. Windows color (decimal): -7119447 or 11099539. OLE color: 11099539.
HSL color Cylindrical-coordinate representation of color #935DA9: hue angle of 282.63º 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 #935DA9 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 93 | 169 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.34 |
| HSL | 282.63º | 0.31% | 0.51% | - |
| HSV(B) | 282.63º | 0.45% | 0.66% | - |
| XYZ | 23.11 | 16.9 | 39.58 | - |
| YUV | 117.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 169 | 0.13 | 0.45 | 0 | 0.34 | 282.63 | 0.31 | 0.51 |
| Hex | 93 | 5D | A9 | D | 2D | 0 | 22 | 11B | 1F | 33 |
| Octal | 223 | 135 | 251 | 15 | 55 | 0 | 42 | 433 | 37 | 63 |
| Binary | 10010011 | 1011101 | 10101001 | 1101 | 101101 | 0 | 100010 | 100011011 | 11111 | 110011 |
Color Harmonies of #935DA9
Complementary color
Monochromatic Colors of #935DA9
Black with #935DA9
Text Example
Text Example
White with #935DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DA9; }
p { color: rgb(147,93,169); }
H1.HeaderClassName
{
color: #935DA9;
}
.AnyTagClassName
{
color: #935DA9;
}
</style>
background-color css
<style>
a { background-color: #935DA9; }
a { background-color: rgb(147,93,169); }
div.DivClassName
{
background-color: #935DA9;
}
.BgClassName
{
background-color: #935DA9;
}
</style>
border-color css
<style>
span { border-color: #935DA9; }
span { border-color: rgb(147,93,169); }
td.TdClassName
{
border-color: #935DA9;
}
.TagClassName
{
border-color: #935DA9;
}
</style>