Shades of Deep Lilac #9641AB
Tints of Deep Lilac #9641AB
RGB
CMYK
RGB Variations
Color information
#9641AB (or 0x9641AB) is known color: Deep Lilac. HEX triplet: 96, 41 and AB. RGB value is (150,65,171). Sum of RGB (Red+Green+Blue) = 150+65+171=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9641AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9641AB is #69BE54. Grayscale: #666666. Windows color (decimal): -6930005 or 11223446. OLE color: 11223446.
HSL color Cylindrical-coordinate representation of color #9641AB: hue angle of 288.11º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9641AB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 65 | 171 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.33 |
| HSL | 288.11º | 0.45% | 0.46% | - |
| HSV(B) | 288.11º | 0.62% | 0.67% | - |
| XYZ | 21.82 | 13.2 | 39.93 | - |
| YUV | 102.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 171 | 0.12 | 0.62 | 0 | 0.33 | 288.11 | 0.45 | 0.46 |
| Hex | 96 | 41 | AB | C | 3E | 0 | 21 | 120 | 2D | 2E |
| Octal | 226 | 101 | 253 | 14 | 76 | 0 | 41 | 440 | 55 | 56 |
| Binary | 10010110 | 1000001 | 10101011 | 1100 | 111110 | 0 | 100001 | 100100000 | 101101 | 101110 |
Color Harmonies of #9641AB
Complementary color
Monochromatic Colors of #9641AB
Black with #9641AB
Text Example
Text Example
White with #9641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641AB; }
p { color: rgb(150,65,171); }
H1.HeaderClassName
{
color: #9641AB;
}
.AnyTagClassName
{
color: #9641AB;
}
</style>
background-color css
<style>
a { background-color: #9641AB; }
a { background-color: rgb(150,65,171); }
div.DivClassName
{
background-color: #9641AB;
}
.BgClassName
{
background-color: #9641AB;
}
</style>
border-color css
<style>
span { border-color: #9641AB; }
span { border-color: rgb(150,65,171); }
td.TdClassName
{
border-color: #9641AB;
}
.TagClassName
{
border-color: #9641AB;
}
</style>