Shades of Deep Lilac #935DBD
Tints of Deep Lilac #935DBD
RGB
CMYK
RGB Variations
Color information
#935DBD (or 0x935DBD) is known color: Deep Lilac. HEX triplet: 93, 5D and BD. RGB value is (147,93,189). Sum of RGB (Red+Green+Blue) = 147+93+189=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #935DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DBD is #6CA242. Grayscale: #777777. Windows color (decimal): -7119427 or 12410259. OLE color: 12410259.
HSL color Cylindrical-coordinate representation of color #935DBD: hue angle of 273.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935DBD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 93 | 189 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.26 |
| HSL | 273.75º | 0.42% | 0.55% | - |
| HSV(B) | 273.75º | 0.51% | 0.74% | - |
| XYZ | 25.13 | 17.71 | 50.24 | - |
| YUV | 120.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 189 | 0.22 | 0.51 | 0 | 0.26 | 273.75 | 0.42 | 0.55 |
| Hex | 93 | 5D | BD | 16 | 33 | 0 | 1A | 112 | 2A | 37 |
| Octal | 223 | 135 | 275 | 26 | 63 | 0 | 32 | 422 | 52 | 67 |
| Binary | 10010011 | 1011101 | 10111101 | 10110 | 110011 | 0 | 11010 | 100010010 | 101010 | 110111 |
Color Harmonies of #935DBD
Complementary color
Monochromatic Colors of #935DBD
Black with #935DBD
Text Example
Text Example
White with #935DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DBD; }
p { color: rgb(147,93,189); }
H1.HeaderClassName
{
color: #935DBD;
}
.AnyTagClassName
{
color: #935DBD;
}
</style>
background-color css
<style>
a { background-color: #935DBD; }
a { background-color: rgb(147,93,189); }
div.DivClassName
{
background-color: #935DBD;
}
.BgClassName
{
background-color: #935DBD;
}
</style>
border-color css
<style>
span { border-color: #935DBD; }
span { border-color: rgb(147,93,189); }
td.TdClassName
{
border-color: #935DBD;
}
.TagClassName
{
border-color: #935DBD;
}
</style>