Shades of Deep Lilac #9652AD
Tints of Deep Lilac #9652AD
RGB
CMYK
RGB Variations
Color information
#9652AD (or 0x9652AD) is known color: Deep Lilac. HEX triplet: 96, 52 and AD. RGB value is (150,82,173). Sum of RGB (Red+Green+Blue) = 150+82+173=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #9652AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9652AD is #69AD52. Grayscale: #707070. Windows color (decimal): -6925651 or 11358870. OLE color: 11358870.
HSL color Cylindrical-coordinate representation of color #9652AD: hue angle of 284.84º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9652AD is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 82 | 173 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.32 |
| HSL | 284.84º | 0.36% | 0.5% | - |
| HSV(B) | 284.84º | 0.53% | 0.68% | - |
| XYZ | 23.14 | 15.54 | 41.31 | - |
| YUV | 112.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 173 | 0.13 | 0.53 | 0 | 0.32 | 284.84 | 0.36 | 0.5 |
| Hex | 96 | 52 | AD | D | 35 | 0 | 20 | 11D | 24 | 32 |
| Octal | 226 | 122 | 255 | 15 | 65 | 0 | 40 | 435 | 44 | 62 |
| Binary | 10010110 | 1010010 | 10101101 | 1101 | 110101 | 0 | 100000 | 100011101 | 100100 | 110010 |
Color Harmonies of #9652AD
Complementary color
Monochromatic Colors of #9652AD
Black with #9652AD
Text Example
Text Example
White with #9652AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652AD; }
p { color: rgb(150,82,173); }
H1.HeaderClassName
{
color: #9652AD;
}
.AnyTagClassName
{
color: #9652AD;
}
</style>
background-color css
<style>
a { background-color: #9652AD; }
a { background-color: rgb(150,82,173); }
div.DivClassName
{
background-color: #9652AD;
}
.BgClassName
{
background-color: #9652AD;
}
</style>
border-color css
<style>
span { border-color: #9652AD; }
span { border-color: rgb(150,82,173); }
td.TdClassName
{
border-color: #9652AD;
}
.TagClassName
{
border-color: #9652AD;
}
</style>