Shades of Deep Lilac #9644B1
Tints of Deep Lilac #9644B1
RGB
CMYK
RGB Variations
Color information
#9644B1 (or 0x9644B1) is known color: Deep Lilac. HEX triplet: 96, 44 and B1. RGB value is (150,68,177). Sum of RGB (Red+Green+Blue) = 150+68+177=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #9644B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9644B1 is #69BB4E. Grayscale: #686868. Windows color (decimal): -6929231 or 11617430. OLE color: 11617430.
HSL color Cylindrical-coordinate representation of color #9644B1: hue angle of 285.14º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9644B1 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 68 | 177 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.31 |
| HSL | 285.14º | 0.44% | 0.48% | - |
| HSV(B) | 285.14º | 0.62% | 0.69% | - |
| XYZ | 22.58 | 13.79 | 43.07 | - |
| YUV | 104.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 177 | 0.15 | 0.62 | 0 | 0.31 | 285.14 | 0.44 | 0.48 |
| Hex | 96 | 44 | B1 | F | 3E | 0 | 1F | 11D | 2C | 30 |
| Octal | 226 | 104 | 261 | 17 | 76 | 0 | 37 | 435 | 54 | 60 |
| Binary | 10010110 | 1000100 | 10110001 | 1111 | 111110 | 0 | 11111 | 100011101 | 101100 | 110000 |
Color Harmonies of #9644B1
Complementary color
Monochromatic Colors of #9644B1
Black with #9644B1
Text Example
Text Example
White with #9644B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9644B1; }
p { color: rgb(150,68,177); }
H1.HeaderClassName
{
color: #9644B1;
}
.AnyTagClassName
{
color: #9644B1;
}
</style>
background-color css
<style>
a { background-color: #9644B1; }
a { background-color: rgb(150,68,177); }
div.DivClassName
{
background-color: #9644B1;
}
.BgClassName
{
background-color: #9644B1;
}
</style>
border-color css
<style>
span { border-color: #9644B1; }
span { border-color: rgb(150,68,177); }
td.TdClassName
{
border-color: #9644B1;
}
.TagClassName
{
border-color: #9644B1;
}
</style>