Shades of Deep Lilac #9C40BB
Tints of Deep Lilac #9C40BB
RGB
CMYK
RGB Variations
Color information
#9C40BB (or 0x9C40BB) is known color: Deep Lilac. HEX triplet: 9C, 40 and BB. RGB value is (156,64,187). Sum of RGB (Red+Green+Blue) = 156+64+187=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C40BB is #63BF44. Grayscale: #696969. Windows color (decimal): -6537029 or 12271772. OLE color: 12271772.
HSL color Cylindrical-coordinate representation of color #9C40BB: hue angle of 284.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C40BB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 64 | 187 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.27 |
| HSL | 284.88º | 0.49% | 0.49% | - |
| HSV(B) | 284.88º | 0.66% | 0.73% | - |
| XYZ | 24.51 | 14.32 | 48.49 | - |
| YUV | 105.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 187 | 0.17 | 0.66 | 0 | 0.27 | 284.88 | 0.49 | 0.49 |
| Hex | 9C | 40 | BB | 11 | 42 | 0 | 1B | 11D | 31 | 31 |
| Octal | 234 | 100 | 273 | 21 | 102 | 0 | 33 | 435 | 61 | 61 |
| Binary | 10011100 | 1000000 | 10111011 | 10001 | 1000010 | 0 | 11011 | 100011101 | 110001 | 110001 |
Color Harmonies of #9C40BB
Complementary color
Monochromatic Colors of #9C40BB
Black with #9C40BB
Text Example
Text Example
White with #9C40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C40BB; }
p { color: rgb(156,64,187); }
H1.HeaderClassName
{
color: #9C40BB;
}
.AnyTagClassName
{
color: #9C40BB;
}
</style>
background-color css
<style>
a { background-color: #9C40BB; }
a { background-color: rgb(156,64,187); }
div.DivClassName
{
background-color: #9C40BB;
}
.BgClassName
{
background-color: #9C40BB;
}
</style>
border-color css
<style>
span { border-color: #9C40BB; }
span { border-color: rgb(156,64,187); }
td.TdClassName
{
border-color: #9C40BB;
}
.TagClassName
{
border-color: #9C40BB;
}
</style>