Shades of Deep Lilac #9645AB
Tints of Deep Lilac #9645AB
RGB
CMYK
RGB Variations
Color information
#9645AB (or 0x9645AB) is known color: Deep Lilac. HEX triplet: 96, 45 and AB. RGB value is (150,69,171). Sum of RGB (Red+Green+Blue) = 150+69+171=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9645AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9645AB is #69BA54. Grayscale: #686868. Windows color (decimal): -6928981 or 11224470. OLE color: 11224470.
HSL color Cylindrical-coordinate representation of color #9645AB: hue angle of 287.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9645AB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 69 | 171 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.33 |
| HSL | 287.65º | 0.43% | 0.47% | - |
| HSV(B) | 287.65º | 0.6% | 0.67% | - |
| XYZ | 22.06 | 13.68 | 40.01 | - |
| YUV | 104.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 171 | 0.12 | 0.60 | 0 | 0.33 | 287.65 | 0.43 | 0.47 |
| Hex | 96 | 45 | AB | C | 3C | 0 | 21 | 120 | 2A | 2F |
| Octal | 226 | 105 | 253 | 14 | 74 | 0 | 41 | 440 | 52 | 57 |
| Binary | 10010110 | 1000101 | 10101011 | 1100 | 111100 | 0 | 100001 | 100100000 | 101010 | 101111 |
Color Harmonies of #9645AB
Complementary color
Monochromatic Colors of #9645AB
Black with #9645AB
Text Example
Text Example
White with #9645AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9645AB; }
p { color: rgb(150,69,171); }
H1.HeaderClassName
{
color: #9645AB;
}
.AnyTagClassName
{
color: #9645AB;
}
</style>
background-color css
<style>
a { background-color: #9645AB; }
a { background-color: rgb(150,69,171); }
div.DivClassName
{
background-color: #9645AB;
}
.BgClassName
{
background-color: #9645AB;
}
</style>
border-color css
<style>
span { border-color: #9645AB; }
span { border-color: rgb(150,69,171); }
td.TdClassName
{
border-color: #9645AB;
}
.TagClassName
{
border-color: #9645AB;
}
</style>