Shades of Deep Lilac #9D4BAD
Tints of Deep Lilac #9D4BAD
RGB
CMYK
RGB Variations
Color information
#9D4BAD (or 0x9D4BAD) is known color: Deep Lilac. HEX triplet: 9D, 4B and AD. RGB value is (157,75,173). Sum of RGB (Red+Green+Blue) = 157+75+173=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D4BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4BAD is #62B452. Grayscale: #6E6E6E. Windows color (decimal): -6468691 or 11357085. OLE color: 11357085.
HSL color Cylindrical-coordinate representation of color #9D4BAD: hue angle of 290.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4BAD is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 75 | 173 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.32 |
| HSL | 290.2º | 0.4% | 0.49% | - |
| HSV(B) | 290.2º | 0.57% | 0.68% | - |
| XYZ | 23.96 | 15.22 | 41.21 | - |
| YUV | 110.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 173 | 0.09 | 0.57 | 0 | 0.32 | 290.2 | 0.4 | 0.49 |
| Hex | 9D | 4B | AD | 9 | 39 | 0 | 20 | 122 | 28 | 31 |
| Octal | 235 | 113 | 255 | 11 | 71 | 0 | 40 | 442 | 50 | 61 |
| Binary | 10011101 | 1001011 | 10101101 | 1001 | 111001 | 0 | 100000 | 100100010 | 101000 | 110001 |
Color Harmonies of #9D4BAD
Complementary color
Monochromatic Colors of #9D4BAD
Black with #9D4BAD
Text Example
Text Example
White with #9D4BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4BAD; }
p { color: rgb(157,75,173); }
H1.HeaderClassName
{
color: #9D4BAD;
}
.AnyTagClassName
{
color: #9D4BAD;
}
</style>
background-color css
<style>
a { background-color: #9D4BAD; }
a { background-color: rgb(157,75,173); }
div.DivClassName
{
background-color: #9D4BAD;
}
.BgClassName
{
background-color: #9D4BAD;
}
</style>
border-color css
<style>
span { border-color: #9D4BAD; }
span { border-color: rgb(157,75,173); }
td.TdClassName
{
border-color: #9D4BAD;
}
.TagClassName
{
border-color: #9D4BAD;
}
</style>