Shades of Deep Lilac #9C40B7
Tints of Deep Lilac #9C40B7
RGB
CMYK
RGB Variations
Color information
#9C40B7 (or 0x9C40B7) is known color: Deep Lilac. HEX triplet: 9C, 40 and B7. RGB value is (156,64,183). Sum of RGB (Red+Green+Blue) = 156+64+183=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #9C40B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C40B7 is #63BF48. Grayscale: #686868. Windows color (decimal): -6537033 or 12009628. OLE color: 12009628.
HSL color Cylindrical-coordinate representation of color #9C40B7: hue angle of 286.39º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C40B7 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 64 | 183 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.28 |
| HSL | 286.39º | 0.48% | 0.48% | - |
| HSV(B) | 286.39º | 0.65% | 0.72% | - |
| XYZ | 24.09 | 14.15 | 46.26 | - |
| YUV | 105.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 183 | 0.15 | 0.65 | 0 | 0.28 | 286.39 | 0.48 | 0.48 |
| Hex | 9C | 40 | B7 | F | 41 | 0 | 1C | 11E | 30 | 30 |
| Octal | 234 | 100 | 267 | 17 | 101 | 0 | 34 | 436 | 60 | 60 |
| Binary | 10011100 | 1000000 | 10110111 | 1111 | 1000001 | 0 | 11100 | 100011110 | 110000 | 110000 |
Color Harmonies of #9C40B7
Complementary color
Monochromatic Colors of #9C40B7
Black with #9C40B7
Text Example
Text Example
White with #9C40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C40B7; }
p { color: rgb(156,64,183); }
H1.HeaderClassName
{
color: #9C40B7;
}
.AnyTagClassName
{
color: #9C40B7;
}
</style>
background-color css
<style>
a { background-color: #9C40B7; }
a { background-color: rgb(156,64,183); }
div.DivClassName
{
background-color: #9C40B7;
}
.BgClassName
{
background-color: #9C40B7;
}
</style>
border-color css
<style>
span { border-color: #9C40B7; }
span { border-color: rgb(156,64,183); }
td.TdClassName
{
border-color: #9C40B7;
}
.TagClassName
{
border-color: #9C40B7;
}
</style>