Shades of Deep Lilac #9D4FAB
Tints of Deep Lilac #9D4FAB
RGB
CMYK
RGB Variations
Color information
#9D4FAB (or 0x9D4FAB) is known color: Deep Lilac. HEX triplet: 9D, 4F and AB. RGB value is (157,79,171). Sum of RGB (Red+Green+Blue) = 157+79+171=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D4FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4FAB is #62B054. Grayscale: #707070. Windows color (decimal): -6467669 or 11227037. OLE color: 11227037.
HSL color Cylindrical-coordinate representation of color #9D4FAB: hue angle of 290.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D4FAB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 79 | 171 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.33 |
| HSL | 290.87º | 0.37% | 0.49% | - |
| HSV(B) | 290.87º | 0.54% | 0.67% | - |
| XYZ | 24.05 | 15.7 | 40.29 | - |
| YUV | 112.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 171 | 0.08 | 0.54 | 0 | 0.33 | 290.87 | 0.37 | 0.49 |
| Hex | 9D | 4F | AB | 8 | 36 | 0 | 21 | 123 | 25 | 31 |
| Octal | 235 | 117 | 253 | 10 | 66 | 0 | 41 | 443 | 45 | 61 |
| Binary | 10011101 | 1001111 | 10101011 | 1000 | 110110 | 0 | 100001 | 100100011 | 100101 | 110001 |
Color Harmonies of #9D4FAB
Complementary color
Monochromatic Colors of #9D4FAB
Black with #9D4FAB
Text Example
Text Example
White with #9D4FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4FAB; }
p { color: rgb(157,79,171); }
H1.HeaderClassName
{
color: #9D4FAB;
}
.AnyTagClassName
{
color: #9D4FAB;
}
</style>
background-color css
<style>
a { background-color: #9D4FAB; }
a { background-color: rgb(157,79,171); }
div.DivClassName
{
background-color: #9D4FAB;
}
.BgClassName
{
background-color: #9D4FAB;
}
</style>
border-color css
<style>
span { border-color: #9D4FAB; }
span { border-color: rgb(157,79,171); }
td.TdClassName
{
border-color: #9D4FAB;
}
.TagClassName
{
border-color: #9D4FAB;
}
</style>