Shades of Deep Lilac #9D5EB1
Tints of Deep Lilac #9D5EB1
RGB
CMYK
RGB Variations
Color information
#9D5EB1 (or 0x9D5EB1) is known color: Deep Lilac. HEX triplet: 9D, 5E and B1. RGB value is (157,94,177). Sum of RGB (Red+Green+Blue) = 157+94+177=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D5EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5EB1 is #62A14E. Grayscale: #7A7A7A. Windows color (decimal): -6463823 or 11624093. OLE color: 11624093.
HSL color Cylindrical-coordinate representation of color #9D5EB1: hue angle of 285.54º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D5EB1 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 94 | 177 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.31 |
| HSL | 285.54º | 0.35% | 0.53% | - |
| HSV(B) | 285.54º | 0.47% | 0.69% | - |
| XYZ | 25.84 | 18.35 | 43.77 | - |
| YUV | 122.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 177 | 0.11 | 0.47 | 0 | 0.31 | 285.54 | 0.35 | 0.53 |
| Hex | 9D | 5E | B1 | B | 2F | 0 | 1F | 11E | 23 | 35 |
| Octal | 235 | 136 | 261 | 13 | 57 | 0 | 37 | 436 | 43 | 65 |
| Binary | 10011101 | 1011110 | 10110001 | 1011 | 101111 | 0 | 11111 | 100011110 | 100011 | 110101 |
Color Harmonies of #9D5EB1
Complementary color
Monochromatic Colors of #9D5EB1
Black with #9D5EB1
Text Example
Text Example
White with #9D5EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5EB1; }
p { color: rgb(157,94,177); }
H1.HeaderClassName
{
color: #9D5EB1;
}
.AnyTagClassName
{
color: #9D5EB1;
}
</style>
background-color css
<style>
a { background-color: #9D5EB1; }
a { background-color: rgb(157,94,177); }
div.DivClassName
{
background-color: #9D5EB1;
}
.BgClassName
{
background-color: #9D5EB1;
}
</style>
border-color css
<style>
span { border-color: #9D5EB1; }
span { border-color: rgb(157,94,177); }
td.TdClassName
{
border-color: #9D5EB1;
}
.TagClassName
{
border-color: #9D5EB1;
}
</style>