Shades of Deep Lilac #9D56B3
Tints of Deep Lilac #9D56B3
RGB
CMYK
RGB Variations
Color information
#9D56B3 (or 0x9D56B3) is known color: Deep Lilac. HEX triplet: 9D, 56 and B3. RGB value is (157,86,179). Sum of RGB (Red+Green+Blue) = 157+86+179=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D56B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56B3 is #62A94C. Grayscale: #757575. Windows color (decimal): -6465869 or 11753117. OLE color: 11753117.
HSL color Cylindrical-coordinate representation of color #9D56B3: hue angle of 285.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D56B3 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 86 | 179 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.30 |
| HSL | 285.81º | 0.38% | 0.52% | - |
| HSV(B) | 285.81º | 0.52% | 0.7% | - |
| XYZ | 25.37 | 17.08 | 44.61 | - |
| YUV | 117.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 179 | 0.12 | 0.52 | 0 | 0.30 | 285.81 | 0.38 | 0.52 |
| Hex | 9D | 56 | B3 | C | 34 | 0 | 1E | 11E | 26 | 34 |
| Octal | 235 | 126 | 263 | 14 | 64 | 0 | 36 | 436 | 46 | 64 |
| Binary | 10011101 | 1010110 | 10110011 | 1100 | 110100 | 0 | 11110 | 100011110 | 100110 | 110100 |
Color Harmonies of #9D56B3
Complementary color
Monochromatic Colors of #9D56B3
Black with #9D56B3
Text Example
Text Example
White with #9D56B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56B3; }
p { color: rgb(157,86,179); }
H1.HeaderClassName
{
color: #9D56B3;
}
.AnyTagClassName
{
color: #9D56B3;
}
</style>
background-color css
<style>
a { background-color: #9D56B3; }
a { background-color: rgb(157,86,179); }
div.DivClassName
{
background-color: #9D56B3;
}
.BgClassName
{
background-color: #9D56B3;
}
</style>
border-color css
<style>
span { border-color: #9D56B3; }
span { border-color: rgb(157,86,179); }
td.TdClassName
{
border-color: #9D56B3;
}
.TagClassName
{
border-color: #9D56B3;
}
</style>