Shades of Deep Lilac #9D43AC
Tints of Deep Lilac #9D43AC
RGB
CMYK
RGB Variations
Color information
#9D43AC (or 0x9D43AC) is known color: Deep Lilac. HEX triplet: 9D, 43 and AC. RGB value is (157,67,172). Sum of RGB (Red+Green+Blue) = 157+67+172=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D43AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D43AC is #62BC53. Grayscale: #696969. Windows color (decimal): -6470740 or 11289501. OLE color: 11289501.
HSL color Cylindrical-coordinate representation of color #9D43AC: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D43AC is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 67 | 172 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.33 |
| HSL | 291.43º | 0.44% | 0.47% | - |
| HSV(B) | 291.43º | 0.61% | 0.67% | - |
| XYZ | 23.36 | 14.16 | 40.53 | - |
| YUV | 105.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 172 | 0.09 | 0.61 | 0 | 0.33 | 291.43 | 0.44 | 0.47 |
| Hex | 9D | 43 | AC | 9 | 3D | 0 | 21 | 123 | 2C | 2F |
| Octal | 235 | 103 | 254 | 11 | 75 | 0 | 41 | 443 | 54 | 57 |
| Binary | 10011101 | 1000011 | 10101100 | 1001 | 111101 | 0 | 100001 | 100100011 | 101100 | 101111 |
Color Harmonies of #9D43AC
Complementary color
Monochromatic Colors of #9D43AC
Black with #9D43AC
Text Example
Text Example
White with #9D43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D43AC; }
p { color: rgb(157,67,172); }
H1.HeaderClassName
{
color: #9D43AC;
}
.AnyTagClassName
{
color: #9D43AC;
}
</style>
background-color css
<style>
a { background-color: #9D43AC; }
a { background-color: rgb(157,67,172); }
div.DivClassName
{
background-color: #9D43AC;
}
.BgClassName
{
background-color: #9D43AC;
}
</style>
border-color css
<style>
span { border-color: #9D43AC; }
span { border-color: rgb(157,67,172); }
td.TdClassName
{
border-color: #9D43AC;
}
.TagClassName
{
border-color: #9D43AC;
}
</style>