Shades of Deep Lilac #9D5DBE
Tints of Deep Lilac #9D5DBE
RGB
CMYK
RGB Variations
Color information
#9D5DBE (or 0x9D5DBE) is known color: Deep Lilac. HEX triplet: 9D, 5D and BE. RGB value is (157,93,190). Sum of RGB (Red+Green+Blue) = 157+93+190=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DBE is #62A241. Grayscale: #7A7A7A. Windows color (decimal): -6464066 or 12475805. OLE color: 12475805.
HSL color Cylindrical-coordinate representation of color #9D5DBE: hue angle of 279.59º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D5DBE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 93 | 190 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.25 |
| HSL | 279.59º | 0.43% | 0.55% | - |
| HSV(B) | 279.59º | 0.51% | 0.75% | - |
| XYZ | 27.11 | 18.71 | 50.9 | - |
| YUV | 123.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 190 | 0.17 | 0.51 | 0 | 0.25 | 279.59 | 0.43 | 0.55 |
| Hex | 9D | 5D | BE | 11 | 33 | 0 | 19 | 118 | 2B | 37 |
| Octal | 235 | 135 | 276 | 21 | 63 | 0 | 31 | 430 | 53 | 67 |
| Binary | 10011101 | 1011101 | 10111110 | 10001 | 110011 | 0 | 11001 | 100011000 | 101011 | 110111 |
Color Harmonies of #9D5DBE
Complementary color
Monochromatic Colors of #9D5DBE
Black with #9D5DBE
Text Example
Text Example
White with #9D5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5DBE; }
p { color: rgb(157,93,190); }
H1.HeaderClassName
{
color: #9D5DBE;
}
.AnyTagClassName
{
color: #9D5DBE;
}
</style>
background-color css
<style>
a { background-color: #9D5DBE; }
a { background-color: rgb(157,93,190); }
div.DivClassName
{
background-color: #9D5DBE;
}
.BgClassName
{
background-color: #9D5DBE;
}
</style>
border-color css
<style>
span { border-color: #9D5DBE; }
span { border-color: rgb(157,93,190); }
td.TdClassName
{
border-color: #9D5DBE;
}
.TagClassName
{
border-color: #9D5DBE;
}
</style>