Shades of Deep Lilac #9644BC
Tints of Deep Lilac #9644BC
RGB
CMYK
RGB Variations
Color information
#9644BC (or 0x9644BC) is known color: Deep Lilac. HEX triplet: 96, 44 and BC. RGB value is (150,68,188). Sum of RGB (Red+Green+Blue) = 150+68+188=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #9644BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9644BC is #69BB43. Grayscale: #696969. Windows color (decimal): -6929220 or 12338326. OLE color: 12338326.
HSL color Cylindrical-coordinate representation of color #9644BC: hue angle of 281º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9644BC is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 68 | 188 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.26 |
| HSL | 281º | 0.47% | 0.5% | - |
| HSV(B) | 281º | 0.64% | 0.74% | - |
| XYZ | 23.72 | 14.25 | 49.08 | - |
| YUV | 106.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 188 | 0.20 | 0.64 | 0 | 0.26 | 281 | 0.47 | 0.5 |
| Hex | 96 | 44 | BC | 14 | 40 | 0 | 1A | 119 | 2F | 32 |
| Octal | 226 | 104 | 274 | 24 | 100 | 0 | 32 | 431 | 57 | 62 |
| Binary | 10010110 | 1000100 | 10111100 | 10100 | 1000000 | 0 | 11010 | 100011001 | 101111 | 110010 |
Color Harmonies of #9644BC
Complementary color
Monochromatic Colors of #9644BC
Black with #9644BC
Text Example
Text Example
White with #9644BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9644BC; }
p { color: rgb(150,68,188); }
H1.HeaderClassName
{
color: #9644BC;
}
.AnyTagClassName
{
color: #9644BC;
}
</style>
background-color css
<style>
a { background-color: #9644BC; }
a { background-color: rgb(150,68,188); }
div.DivClassName
{
background-color: #9644BC;
}
.BgClassName
{
background-color: #9644BC;
}
</style>
border-color css
<style>
span { border-color: #9644BC; }
span { border-color: rgb(150,68,188); }
td.TdClassName
{
border-color: #9644BC;
}
.TagClassName
{
border-color: #9644BC;
}
</style>