Shades of Deep Lilac #9D4DB8
Tints of Deep Lilac #9D4DB8
RGB
CMYK
RGB Variations
Color information
#9D4DB8 (or 0x9D4DB8) is known color: Deep Lilac. HEX triplet: 9D, 4D and B8. RGB value is (157,77,184). Sum of RGB (Red+Green+Blue) = 157+77+184=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 184 - color contains mainly: blue. Hex color #9D4DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DB8 is #62B247. Grayscale: #707070. Windows color (decimal): -6468168 or 12078493. OLE color: 12078493.
HSL color Cylindrical-coordinate representation of color #9D4DB8: hue angle of 284.86º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D4DB8 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 77 | 184 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.28 |
| HSL | 284.86º | 0.43% | 0.51% | - |
| HSV(B) | 284.86º | 0.58% | 0.72% | - |
| XYZ | 25.21 | 15.94 | 47.09 | - |
| YUV | 113.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 184 | 0.15 | 0.58 | 0 | 0.28 | 284.86 | 0.43 | 0.51 |
| Hex | 9D | 4D | B8 | F | 3A | 0 | 1C | 11D | 2B | 33 |
| Octal | 235 | 115 | 270 | 17 | 72 | 0 | 34 | 435 | 53 | 63 |
| Binary | 10011101 | 1001101 | 10111000 | 1111 | 111010 | 0 | 11100 | 100011101 | 101011 | 110011 |
Color Harmonies of #9D4DB8
Complementary color
Monochromatic Colors of #9D4DB8
Black with #9D4DB8
Text Example
Text Example
White with #9D4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DB8; }
p { color: rgb(157,77,184); }
H1.HeaderClassName
{
color: #9D4DB8;
}
.AnyTagClassName
{
color: #9D4DB8;
}
</style>
background-color css
<style>
a { background-color: #9D4DB8; }
a { background-color: rgb(157,77,184); }
div.DivClassName
{
background-color: #9D4DB8;
}
.BgClassName
{
background-color: #9D4DB8;
}
</style>
border-color css
<style>
span { border-color: #9D4DB8; }
span { border-color: rgb(157,77,184); }
td.TdClassName
{
border-color: #9D4DB8;
}
.TagClassName
{
border-color: #9D4DB8;
}
</style>