Shades of Deep Lilac #9B5DBC
Tints of Deep Lilac #9B5DBC
RGB
CMYK
RGB Variations
Color information
#9B5DBC (or 0x9B5DBC) is known color: Deep Lilac. HEX triplet: 9B, 5D and BC. RGB value is (155,93,188). Sum of RGB (Red+Green+Blue) = 155+93+188=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B5DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5DBC is #64A243. Grayscale: #7A7A7A. Windows color (decimal): -6595140 or 12344731. OLE color: 12344731.
HSL color Cylindrical-coordinate representation of color #9B5DBC: hue angle of 279.16º degrees, saturation: 0.41, 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 #9B5DBC is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 93 | 188 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.26 |
| HSL | 279.16º | 0.41% | 0.55% | - |
| HSV(B) | 279.16º | 0.51% | 0.74% | - |
| XYZ | 26.51 | 18.43 | 49.74 | - |
| YUV | 122.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 188 | 0.18 | 0.51 | 0 | 0.26 | 279.16 | 0.41 | 0.55 |
| Hex | 9B | 5D | BC | 12 | 33 | 0 | 1A | 117 | 29 | 37 |
| Octal | 233 | 135 | 274 | 22 | 63 | 0 | 32 | 427 | 51 | 67 |
| Binary | 10011011 | 1011101 | 10111100 | 10010 | 110011 | 0 | 11010 | 100010111 | 101001 | 110111 |
Color Harmonies of #9B5DBC
Complementary color
Monochromatic Colors of #9B5DBC
Black with #9B5DBC
Text Example
Text Example
White with #9B5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5DBC; }
p { color: rgb(155,93,188); }
H1.HeaderClassName
{
color: #9B5DBC;
}
.AnyTagClassName
{
color: #9B5DBC;
}
</style>
background-color css
<style>
a { background-color: #9B5DBC; }
a { background-color: rgb(155,93,188); }
div.DivClassName
{
background-color: #9B5DBC;
}
.BgClassName
{
background-color: #9B5DBC;
}
</style>
border-color css
<style>
span { border-color: #9B5DBC; }
span { border-color: rgb(155,93,188); }
td.TdClassName
{
border-color: #9B5DBC;
}
.TagClassName
{
border-color: #9B5DBC;
}
</style>