Shades of Deep Lilac #935DB4
Tints of Deep Lilac #935DB4
RGB
CMYK
RGB Variations
Color information
#935DB4 (or 0x935DB4) is known color: Deep Lilac. HEX triplet: 93, 5D and B4. RGB value is (147,93,180). Sum of RGB (Red+Green+Blue) = 147+93+180=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #935DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DB4 is #6CA24B. Grayscale: #767676. Windows color (decimal): -7119436 or 11820435. OLE color: 11820435.
HSL color Cylindrical-coordinate representation of color #935DB4: hue angle of 277.24º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #935DB4 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 93 | 180 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.29 |
| HSL | 277.24º | 0.37% | 0.54% | - |
| HSV(B) | 277.24º | 0.48% | 0.71% | - |
| XYZ | 24.19 | 17.33 | 45.25 | - |
| YUV | 119.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 180 | 0.18 | 0.48 | 0 | 0.29 | 277.24 | 0.37 | 0.54 |
| Hex | 93 | 5D | B4 | 12 | 30 | 0 | 1D | 115 | 25 | 36 |
| Octal | 223 | 135 | 264 | 22 | 60 | 0 | 35 | 425 | 45 | 66 |
| Binary | 10010011 | 1011101 | 10110100 | 10010 | 110000 | 0 | 11101 | 100010101 | 100101 | 110110 |
Color Harmonies of #935DB4
Complementary color
Monochromatic Colors of #935DB4
Black with #935DB4
Text Example
Text Example
White with #935DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DB4; }
p { color: rgb(147,93,180); }
H1.HeaderClassName
{
color: #935DB4;
}
.AnyTagClassName
{
color: #935DB4;
}
</style>
background-color css
<style>
a { background-color: #935DB4; }
a { background-color: rgb(147,93,180); }
div.DivClassName
{
background-color: #935DB4;
}
.BgClassName
{
background-color: #935DB4;
}
</style>
border-color css
<style>
span { border-color: #935DB4; }
span { border-color: rgb(147,93,180); }
td.TdClassName
{
border-color: #935DB4;
}
.TagClassName
{
border-color: #935DB4;
}
</style>