Shades of Deep Lilac #9653AB
Tints of Deep Lilac #9653AB
RGB
CMYK
RGB Variations
Color information
#9653AB (or 0x9653AB) is known color: Deep Lilac. HEX triplet: 96, 53 and AB. RGB value is (150,83,171). Sum of RGB (Red+Green+Blue) = 150+83+171=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9653AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9653AB is #69AC54. Grayscale: #707070. Windows color (decimal): -6925397 or 11228054. OLE color: 11228054.
HSL color Cylindrical-coordinate representation of color #9653AB: hue angle of 285.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9653AB is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 83 | 171 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.33 |
| HSL | 285.68º | 0.35% | 0.5% | - |
| HSV(B) | 285.68º | 0.51% | 0.67% | - |
| XYZ | 23.02 | 15.61 | 40.33 | - |
| YUV | 113.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 171 | 0.12 | 0.51 | 0 | 0.33 | 285.68 | 0.35 | 0.5 |
| Hex | 96 | 53 | AB | C | 33 | 0 | 21 | 11E | 23 | 32 |
| Octal | 226 | 123 | 253 | 14 | 63 | 0 | 41 | 436 | 43 | 62 |
| Binary | 10010110 | 1010011 | 10101011 | 1100 | 110011 | 0 | 100001 | 100011110 | 100011 | 110010 |
Color Harmonies of #9653AB
Complementary color
Monochromatic Colors of #9653AB
Black with #9653AB
Text Example
Text Example
White with #9653AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653AB; }
p { color: rgb(150,83,171); }
H1.HeaderClassName
{
color: #9653AB;
}
.AnyTagClassName
{
color: #9653AB;
}
</style>
background-color css
<style>
a { background-color: #9653AB; }
a { background-color: rgb(150,83,171); }
div.DivClassName
{
background-color: #9653AB;
}
.BgClassName
{
background-color: #9653AB;
}
</style>
border-color css
<style>
span { border-color: #9653AB; }
span { border-color: rgb(150,83,171); }
td.TdClassName
{
border-color: #9653AB;
}
.TagClassName
{
border-color: #9653AB;
}
</style>