Shades of Deep Lilac #935DB6
Tints of Deep Lilac #935DB6
RGB
CMYK
RGB Variations
Color information
#935DB6 (or 0x935DB6) is known color: Deep Lilac. HEX triplet: 93, 5D and B6. RGB value is (147,93,182). Sum of RGB (Red+Green+Blue) = 147+93+182=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #935DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DB6 is #6CA249. Grayscale: #767676. Windows color (decimal): -7119434 or 11951507. OLE color: 11951507.
HSL color Cylindrical-coordinate representation of color #935DB6: hue angle of 276.4º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #935DB6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 93 | 182 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.29 |
| HSL | 276.4º | 0.38% | 0.54% | - |
| HSV(B) | 276.4º | 0.49% | 0.71% | - |
| XYZ | 24.39 | 17.41 | 46.33 | - |
| YUV | 119.29 | 163.39 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 182 | 0.19 | 0.49 | 0 | 0.29 | 276.4 | 0.38 | 0.54 |
| Hex | 93 | 5D | B6 | 13 | 31 | 0 | 1D | 114 | 26 | 36 |
| Octal | 223 | 135 | 266 | 23 | 61 | 0 | 35 | 424 | 46 | 66 |
| Binary | 10010011 | 1011101 | 10110110 | 10011 | 110001 | 0 | 11101 | 100010100 | 100110 | 110110 |
Color Harmonies of #935DB6
Complementary color
Monochromatic Colors of #935DB6
Black with #935DB6
Text Example
Text Example
White with #935DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DB6; }
p { color: rgb(147,93,182); }
H1.HeaderClassName
{
color: #935DB6;
}
.AnyTagClassName
{
color: #935DB6;
}
</style>
background-color css
<style>
a { background-color: #935DB6; }
a { background-color: rgb(147,93,182); }
div.DivClassName
{
background-color: #935DB6;
}
.BgClassName
{
background-color: #935DB6;
}
</style>
border-color css
<style>
span { border-color: #935DB6; }
span { border-color: rgb(147,93,182); }
td.TdClassName
{
border-color: #935DB6;
}
.TagClassName
{
border-color: #935DB6;
}
</style>