Shades of Deep Lilac #9642AB
Tints of Deep Lilac #9642AB
RGB
CMYK
RGB Variations
Color information
#9642AB (or 0x9642AB) is known color: Deep Lilac. HEX triplet: 96, 42 and AB. RGB value is (150,66,171). Sum of RGB (Red+Green+Blue) = 150+66+171=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9642AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9642AB is #69BD54. Grayscale: #666666. Windows color (decimal): -6929749 or 11223702. OLE color: 11223702.
HSL color Cylindrical-coordinate representation of color #9642AB: hue angle of 288º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9642AB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 66 | 171 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.33 |
| HSL | 288º | 0.44% | 0.46% | - |
| HSV(B) | 288º | 0.61% | 0.67% | - |
| XYZ | 21.88 | 13.32 | 39.95 | - |
| YUV | 103.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 171 | 0.12 | 0.61 | 0 | 0.33 | 288 | 0.44 | 0.46 |
| Hex | 96 | 42 | AB | C | 3D | 0 | 21 | 120 | 2C | 2E |
| Octal | 226 | 102 | 253 | 14 | 75 | 0 | 41 | 440 | 54 | 56 |
| Binary | 10010110 | 1000010 | 10101011 | 1100 | 111101 | 0 | 100001 | 100100000 | 101100 | 101110 |
Color Harmonies of #9642AB
Complementary color
Monochromatic Colors of #9642AB
Black with #9642AB
Text Example
Text Example
White with #9642AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9642AB; }
p { color: rgb(150,66,171); }
H1.HeaderClassName
{
color: #9642AB;
}
.AnyTagClassName
{
color: #9642AB;
}
</style>
background-color css
<style>
a { background-color: #9642AB; }
a { background-color: rgb(150,66,171); }
div.DivClassName
{
background-color: #9642AB;
}
.BgClassName
{
background-color: #9642AB;
}
</style>
border-color css
<style>
span { border-color: #9642AB; }
span { border-color: rgb(150,66,171); }
td.TdClassName
{
border-color: #9642AB;
}
.TagClassName
{
border-color: #9642AB;
}
</style>