Shades of Deep Lilac #9940B7
Tints of Deep Lilac #9940B7
RGB
CMYK
RGB Variations
Color information
#9940B7 (or 0x9940B7) is known color: Deep Lilac. HEX triplet: 99, 40 and B7. RGB value is (153,64,183). Sum of RGB (Red+Green+Blue) = 153+64+183=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #9940B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940B7 is #66BF48. Grayscale: #676767. Windows color (decimal): -6733641 or 12009625. OLE color: 12009625.
HSL color Cylindrical-coordinate representation of color #9940B7: hue angle of 284.87º 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 #9940B7 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 64 | 183 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.28 |
| HSL | 284.87º | 0.48% | 0.48% | - |
| HSV(B) | 284.87º | 0.65% | 0.72% | - |
| XYZ | 23.52 | 13.86 | 46.24 | - |
| YUV | 104.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 183 | 0.16 | 0.65 | 0 | 0.28 | 284.87 | 0.48 | 0.48 |
| Hex | 99 | 40 | B7 | 10 | 41 | 0 | 1C | 11D | 30 | 30 |
| Octal | 231 | 100 | 267 | 20 | 101 | 0 | 34 | 435 | 60 | 60 |
| Binary | 10011001 | 1000000 | 10110111 | 10000 | 1000001 | 0 | 11100 | 100011101 | 110000 | 110000 |
Color Harmonies of #9940B7
Complementary color
Monochromatic Colors of #9940B7
Black with #9940B7
Text Example
Text Example
White with #9940B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9940B7; }
p { color: rgb(153,64,183); }
H1.HeaderClassName
{
color: #9940B7;
}
.AnyTagClassName
{
color: #9940B7;
}
</style>
background-color css
<style>
a { background-color: #9940B7; }
a { background-color: rgb(153,64,183); }
div.DivClassName
{
background-color: #9940B7;
}
.BgClassName
{
background-color: #9940B7;
}
</style>
border-color css
<style>
span { border-color: #9940B7; }
span { border-color: rgb(153,64,183); }
td.TdClassName
{
border-color: #9940B7;
}
.TagClassName
{
border-color: #9940B7;
}
</style>