Shades of Deep Lilac #9D4ABC
Tints of Deep Lilac #9D4ABC
RGB
CMYK
RGB Variations
Color information
#9D4ABC (or 0x9D4ABC) is known color: Deep Lilac. HEX triplet: 9D, 4A and BC. RGB value is (157,74,188). Sum of RGB (Red+Green+Blue) = 157+74+188=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4ABC is #62B543. Grayscale: #6F6F6F. Windows color (decimal): -6468932 or 12339869. OLE color: 12339869.
HSL color Cylindrical-coordinate representation of color #9D4ABC: hue angle of 283.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D4ABC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 74 | 188 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.26 |
| HSL | 283.68º | 0.46% | 0.51% | - |
| HSV(B) | 283.68º | 0.61% | 0.74% | - |
| XYZ | 25.43 | 15.7 | 49.27 | - |
| YUV | 111.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 188 | 0.16 | 0.61 | 0 | 0.26 | 283.68 | 0.46 | 0.51 |
| Hex | 9D | 4A | BC | 10 | 3D | 0 | 1A | 11C | 2E | 33 |
| Octal | 235 | 112 | 274 | 20 | 75 | 0 | 32 | 434 | 56 | 63 |
| Binary | 10011101 | 1001010 | 10111100 | 10000 | 111101 | 0 | 11010 | 100011100 | 101110 | 110011 |
Color Harmonies of #9D4ABC
Complementary color
Monochromatic Colors of #9D4ABC
Black with #9D4ABC
Text Example
Text Example
White with #9D4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4ABC; }
p { color: rgb(157,74,188); }
H1.HeaderClassName
{
color: #9D4ABC;
}
.AnyTagClassName
{
color: #9D4ABC;
}
</style>
background-color css
<style>
a { background-color: #9D4ABC; }
a { background-color: rgb(157,74,188); }
div.DivClassName
{
background-color: #9D4ABC;
}
.BgClassName
{
background-color: #9D4ABC;
}
</style>
border-color css
<style>
span { border-color: #9D4ABC; }
span { border-color: rgb(157,74,188); }
td.TdClassName
{
border-color: #9D4ABC;
}
.TagClassName
{
border-color: #9D4ABC;
}
</style>