Shades of Deep Lilac #9D4BAE
Tints of Deep Lilac #9D4BAE
RGB
CMYK
RGB Variations
Color information
#9D4BAE (or 0x9D4BAE) is known color: Deep Lilac. HEX triplet: 9D, 4B and AE. RGB value is (157,75,174). Sum of RGB (Red+Green+Blue) = 157+75+174=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4BAE is #62B451. Grayscale: #6E6E6E. Windows color (decimal): -6468690 or 11422621. OLE color: 11422621.
HSL color Cylindrical-coordinate representation of color #9D4BAE: hue angle of 289.7º 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 #9D4BAE is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 75 | 174 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.32 |
| HSL | 289.7º | 0.4% | 0.49% | - |
| HSV(B) | 289.7º | 0.57% | 0.68% | - |
| XYZ | 24.06 | 15.26 | 41.72 | - |
| YUV | 110.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 174 | 0.10 | 0.57 | 0 | 0.32 | 289.7 | 0.4 | 0.49 |
| Hex | 9D | 4B | AE | A | 39 | 0 | 20 | 122 | 28 | 31 |
| Octal | 235 | 113 | 256 | 12 | 71 | 0 | 40 | 442 | 50 | 61 |
| Binary | 10011101 | 1001011 | 10101110 | 1010 | 111001 | 0 | 100000 | 100100010 | 101000 | 110001 |
Color Harmonies of #9D4BAE
Complementary color
Monochromatic Colors of #9D4BAE
Black with #9D4BAE
Text Example
Text Example
White with #9D4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4BAE; }
p { color: rgb(157,75,174); }
H1.HeaderClassName
{
color: #9D4BAE;
}
.AnyTagClassName
{
color: #9D4BAE;
}
</style>
background-color css
<style>
a { background-color: #9D4BAE; }
a { background-color: rgb(157,75,174); }
div.DivClassName
{
background-color: #9D4BAE;
}
.BgClassName
{
background-color: #9D4BAE;
}
</style>
border-color css
<style>
span { border-color: #9D4BAE; }
span { border-color: rgb(157,75,174); }
td.TdClassName
{
border-color: #9D4BAE;
}
.TagClassName
{
border-color: #9D4BAE;
}
</style>