Shades of Deep Lilac #9664B3
Tints of Deep Lilac #9664B3
RGB
CMYK
RGB Variations
Color information
#9664B3 (or 0x9664B3) is known color: Deep Lilac. HEX triplet: 96, 64 and B3. RGB value is (150,100,179). Sum of RGB (Red+Green+Blue) = 150+100+179=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #9664B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664B3 is #699B4C. Grayscale: #7B7B7B. Windows color (decimal): -6921037 or 11756694. OLE color: 11756694.
HSL color Cylindrical-coordinate representation of color #9664B3: hue angle of 277.97º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9664B3 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 100 | 179 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.30 |
| HSL | 277.97º | 0.34% | 0.55% | - |
| HSV(B) | 277.97º | 0.44% | 0.7% | - |
| XYZ | 25.27 | 18.85 | 44.95 | - |
| YUV | 123.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 179 | 0.16 | 0.44 | 0 | 0.30 | 277.97 | 0.34 | 0.55 |
| Hex | 96 | 64 | B3 | 10 | 2C | 0 | 1E | 116 | 22 | 37 |
| Octal | 226 | 144 | 263 | 20 | 54 | 0 | 36 | 426 | 42 | 67 |
| Binary | 10010110 | 1100100 | 10110011 | 10000 | 101100 | 0 | 11110 | 100010110 | 100010 | 110111 |
Color Harmonies of #9664B3
Complementary color
Monochromatic Colors of #9664B3
Black with #9664B3
Text Example
Text Example
White with #9664B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664B3; }
p { color: rgb(150,100,179); }
H1.HeaderClassName
{
color: #9664B3;
}
.AnyTagClassName
{
color: #9664B3;
}
</style>
background-color css
<style>
a { background-color: #9664B3; }
a { background-color: rgb(150,100,179); }
div.DivClassName
{
background-color: #9664B3;
}
.BgClassName
{
background-color: #9664B3;
}
</style>
border-color css
<style>
span { border-color: #9664B3; }
span { border-color: rgb(150,100,179); }
td.TdClassName
{
border-color: #9664B3;
}
.TagClassName
{
border-color: #9664B3;
}
</style>