Shades of Deep Lilac #9D4CBC
Tints of Deep Lilac #9D4CBC
RGB
CMYK
RGB Variations
Color information
#9D4CBC (or 0x9D4CBC) is known color: Deep Lilac. HEX triplet: 9D, 4C and BC. RGB value is (157,76,188). Sum of RGB (Red+Green+Blue) = 157+76+188=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D4CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CBC is #62B343. Grayscale: #707070. Windows color (decimal): -6468420 or 12340381. OLE color: 12340381.
HSL color Cylindrical-coordinate representation of color #9D4CBC: hue angle of 283.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D4CBC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 76 | 188 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.26 |
| HSL | 283.39º | 0.46% | 0.52% | - |
| HSV(B) | 283.39º | 0.6% | 0.74% | - |
| XYZ | 25.57 | 15.97 | 49.31 | - |
| YUV | 112.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 188 | 0.16 | 0.60 | 0 | 0.26 | 283.39 | 0.46 | 0.52 |
| Hex | 9D | 4C | BC | 10 | 3C | 0 | 1A | 11B | 2E | 34 |
| Octal | 235 | 114 | 274 | 20 | 74 | 0 | 32 | 433 | 56 | 64 |
| Binary | 10011101 | 1001100 | 10111100 | 10000 | 111100 | 0 | 11010 | 100011011 | 101110 | 110100 |
Color Harmonies of #9D4CBC
Complementary color
Monochromatic Colors of #9D4CBC
Black with #9D4CBC
Text Example
Text Example
White with #9D4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CBC; }
p { color: rgb(157,76,188); }
H1.HeaderClassName
{
color: #9D4CBC;
}
.AnyTagClassName
{
color: #9D4CBC;
}
</style>
background-color css
<style>
a { background-color: #9D4CBC; }
a { background-color: rgb(157,76,188); }
div.DivClassName
{
background-color: #9D4CBC;
}
.BgClassName
{
background-color: #9D4CBC;
}
</style>
border-color css
<style>
span { border-color: #9D4CBC; }
span { border-color: rgb(157,76,188); }
td.TdClassName
{
border-color: #9D4CBC;
}
.TagClassName
{
border-color: #9D4CBC;
}
</style>