Shades of Deep Lilac #9644B7
Tints of Deep Lilac #9644B7
RGB
CMYK
RGB Variations
Color information
#9644B7 (or 0x9644B7) is known color: Deep Lilac. HEX triplet: 96, 44 and B7. RGB value is (150,68,183). Sum of RGB (Red+Green+Blue) = 150+68+183=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #9644B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9644B7 is #69BB48. Grayscale: #696969. Windows color (decimal): -6929225 or 12010646. OLE color: 12010646.
HSL color Cylindrical-coordinate representation of color #9644B7: hue angle of 282.78º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9644B7 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 68 | 183 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.28 |
| HSL | 282.78º | 0.46% | 0.49% | - |
| HSV(B) | 282.78º | 0.63% | 0.72% | - |
| XYZ | 23.19 | 14.04 | 46.29 | - |
| YUV | 105.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 183 | 0.18 | 0.63 | 0 | 0.28 | 282.78 | 0.46 | 0.49 |
| Hex | 96 | 44 | B7 | 12 | 3F | 0 | 1C | 11B | 2E | 31 |
| Octal | 226 | 104 | 267 | 22 | 77 | 0 | 34 | 433 | 56 | 61 |
| Binary | 10010110 | 1000100 | 10110111 | 10010 | 111111 | 0 | 11100 | 100011011 | 101110 | 110001 |
Color Harmonies of #9644B7
Complementary color
Monochromatic Colors of #9644B7
Black with #9644B7
Text Example
Text Example
White with #9644B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9644B7; }
p { color: rgb(150,68,183); }
H1.HeaderClassName
{
color: #9644B7;
}
.AnyTagClassName
{
color: #9644B7;
}
</style>
background-color css
<style>
a { background-color: #9644B7; }
a { background-color: rgb(150,68,183); }
div.DivClassName
{
background-color: #9644B7;
}
.BgClassName
{
background-color: #9644B7;
}
</style>
border-color css
<style>
span { border-color: #9644B7; }
span { border-color: rgb(150,68,183); }
td.TdClassName
{
border-color: #9644B7;
}
.TagClassName
{
border-color: #9644B7;
}
</style>