Shades of Deep Lilac #9D55B9
Tints of Deep Lilac #9D55B9
RGB
CMYK
RGB Variations
Color information
#9D55B9 (or 0x9D55B9) is known color: Deep Lilac. HEX triplet: 9D, 55 and B9. RGB value is (157,85,185). Sum of RGB (Red+Green+Blue) = 157+85+185=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D55B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D55B9 is #62AA46. Grayscale: #757575. Windows color (decimal): -6466119 or 12146077. OLE color: 12146077.
HSL color Cylindrical-coordinate representation of color #9D55B9: hue angle of 283.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D55B9 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 85 | 185 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.27 |
| HSL | 283.2º | 0.42% | 0.53% | - |
| HSV(B) | 283.2º | 0.54% | 0.73% | - |
| XYZ | 25.91 | 17.17 | 47.85 | - |
| YUV | 117.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 185 | 0.15 | 0.54 | 0 | 0.27 | 283.2 | 0.42 | 0.53 |
| Hex | 9D | 55 | B9 | F | 36 | 0 | 1B | 11B | 2A | 35 |
| Octal | 235 | 125 | 271 | 17 | 66 | 0 | 33 | 433 | 52 | 65 |
| Binary | 10011101 | 1010101 | 10111001 | 1111 | 110110 | 0 | 11011 | 100011011 | 101010 | 110101 |
Color Harmonies of #9D55B9
Complementary color
Monochromatic Colors of #9D55B9
Black with #9D55B9
Text Example
Text Example
White with #9D55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D55B9; }
p { color: rgb(157,85,185); }
H1.HeaderClassName
{
color: #9D55B9;
}
.AnyTagClassName
{
color: #9D55B9;
}
</style>
background-color css
<style>
a { background-color: #9D55B9; }
a { background-color: rgb(157,85,185); }
div.DivClassName
{
background-color: #9D55B9;
}
.BgClassName
{
background-color: #9D55B9;
}
</style>
border-color css
<style>
span { border-color: #9D55B9; }
span { border-color: rgb(157,85,185); }
td.TdClassName
{
border-color: #9D55B9;
}
.TagClassName
{
border-color: #9D55B9;
}
</style>