Shades of Deep Lilac #9D4BBC
Tints of Deep Lilac #9D4BBC
RGB
CMYK
RGB Variations
Color information
#9D4BBC (or 0x9D4BBC) is known color: Deep Lilac. HEX triplet: 9D, 4B and BC. RGB value is (157,75,188). Sum of RGB (Red+Green+Blue) = 157+75+188=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D4BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4BBC is #62B443. Grayscale: #707070. Windows color (decimal): -6468676 or 12340125. OLE color: 12340125.
HSL color Cylindrical-coordinate representation of color #9D4BBC: hue angle of 283.54º 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 #9D4BBC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 75 | 188 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.26 |
| HSL | 283.54º | 0.46% | 0.52% | - |
| HSV(B) | 283.54º | 0.6% | 0.74% | - |
| XYZ | 25.5 | 15.83 | 49.29 | - |
| YUV | 112.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 188 | 0.16 | 0.60 | 0 | 0.26 | 283.54 | 0.46 | 0.52 |
| Hex | 9D | 4B | BC | 10 | 3C | 0 | 1A | 11C | 2E | 34 |
| Octal | 235 | 113 | 274 | 20 | 74 | 0 | 32 | 434 | 56 | 64 |
| Binary | 10011101 | 1001011 | 10111100 | 10000 | 111100 | 0 | 11010 | 100011100 | 101110 | 110100 |
Color Harmonies of #9D4BBC
Complementary color
Monochromatic Colors of #9D4BBC
Black with #9D4BBC
Text Example
Text Example
White with #9D4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4BBC; }
p { color: rgb(157,75,188); }
H1.HeaderClassName
{
color: #9D4BBC;
}
.AnyTagClassName
{
color: #9D4BBC;
}
</style>
background-color css
<style>
a { background-color: #9D4BBC; }
a { background-color: rgb(157,75,188); }
div.DivClassName
{
background-color: #9D4BBC;
}
.BgClassName
{
background-color: #9D4BBC;
}
</style>
border-color css
<style>
span { border-color: #9D4BBC; }
span { border-color: rgb(157,75,188); }
td.TdClassName
{
border-color: #9D4BBC;
}
.TagClassName
{
border-color: #9D4BBC;
}
</style>