Shades of Deep Lilac #9B5DBD
Tints of Deep Lilac #9B5DBD
RGB
CMYK
RGB Variations
Color information
#9B5DBD (or 0x9B5DBD) is known color: Deep Lilac. HEX triplet: 9B, 5D and BD. RGB value is (155,93,189). Sum of RGB (Red+Green+Blue) = 155+93+189=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B5DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5DBD is #64A242. Grayscale: #7A7A7A. Windows color (decimal): -6595139 or 12410267. OLE color: 12410267.
HSL color Cylindrical-coordinate representation of color #9B5DBD: hue angle of 278.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 #9B5DBD is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 93 | 189 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.26 |
| HSL | 278.75º | 0.42% | 0.55% | - |
| HSV(B) | 278.75º | 0.51% | 0.74% | - |
| XYZ | 26.62 | 18.47 | 50.31 | - |
| YUV | 122.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 189 | 0.18 | 0.51 | 0 | 0.26 | 278.75 | 0.42 | 0.55 |
| Hex | 9B | 5D | BD | 12 | 33 | 0 | 1A | 117 | 2A | 37 |
| Octal | 233 | 135 | 275 | 22 | 63 | 0 | 32 | 427 | 52 | 67 |
| Binary | 10011011 | 1011101 | 10111101 | 10010 | 110011 | 0 | 11010 | 100010111 | 101010 | 110111 |
Color Harmonies of #9B5DBD
Complementary color
Monochromatic Colors of #9B5DBD
Black with #9B5DBD
Text Example
Text Example
White with #9B5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5DBD; }
p { color: rgb(155,93,189); }
H1.HeaderClassName
{
color: #9B5DBD;
}
.AnyTagClassName
{
color: #9B5DBD;
}
</style>
background-color css
<style>
a { background-color: #9B5DBD; }
a { background-color: rgb(155,93,189); }
div.DivClassName
{
background-color: #9B5DBD;
}
.BgClassName
{
background-color: #9B5DBD;
}
</style>
border-color css
<style>
span { border-color: #9B5DBD; }
span { border-color: rgb(155,93,189); }
td.TdClassName
{
border-color: #9B5DBD;
}
.TagClassName
{
border-color: #9B5DBD;
}
</style>