Shades of Deep Lilac #9664B4
Tints of Deep Lilac #9664B4
RGB
CMYK
RGB Variations
Color information
#9664B4 (or 0x9664B4) is known color: Deep Lilac. HEX triplet: 96, 64 and B4. RGB value is (150,100,180). Sum of RGB (Red+Green+Blue) = 150+100+180=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #9664B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664B4 is #699B4B. Grayscale: #7B7B7B. Windows color (decimal): -6921036 or 11822230. OLE color: 11822230.
HSL color Cylindrical-coordinate representation of color #9664B4: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9664B4 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 100 | 180 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.29 |
| HSL | 277.5º | 0.35% | 0.55% | - |
| HSV(B) | 277.5º | 0.44% | 0.71% | - |
| XYZ | 25.37 | 18.89 | 45.49 | - |
| YUV | 124.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 180 | 0.17 | 0.44 | 0 | 0.29 | 277.5 | 0.35 | 0.55 |
| Hex | 96 | 64 | B4 | 11 | 2C | 0 | 1D | 116 | 23 | 37 |
| Octal | 226 | 144 | 264 | 21 | 54 | 0 | 35 | 426 | 43 | 67 |
| Binary | 10010110 | 1100100 | 10110100 | 10001 | 101100 | 0 | 11101 | 100010110 | 100011 | 110111 |
Color Harmonies of #9664B4
Complementary color
Monochromatic Colors of #9664B4
Black with #9664B4
Text Example
Text Example
White with #9664B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664B4; }
p { color: rgb(150,100,180); }
H1.HeaderClassName
{
color: #9664B4;
}
.AnyTagClassName
{
color: #9664B4;
}
</style>
background-color css
<style>
a { background-color: #9664B4; }
a { background-color: rgb(150,100,180); }
div.DivClassName
{
background-color: #9664B4;
}
.BgClassName
{
background-color: #9664B4;
}
</style>
border-color css
<style>
span { border-color: #9664B4; }
span { border-color: rgb(150,100,180); }
td.TdClassName
{
border-color: #9664B4;
}
.TagClassName
{
border-color: #9664B4;
}
</style>