Shades of Deep Lilac #9651AD
Tints of Deep Lilac #9651AD
RGB
CMYK
RGB Variations
Color information
#9651AD (or 0x9651AD) is known color: Deep Lilac. HEX triplet: 96, 51 and AD. RGB value is (150,81,173). Sum of RGB (Red+Green+Blue) = 150+81+173=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #9651AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9651AD is #69AE52. Grayscale: #6F6F6F. Windows color (decimal): -6925907 or 11358614. OLE color: 11358614.
HSL color Cylindrical-coordinate representation of color #9651AD: hue angle of 285º 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 #9651AD is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 81 | 173 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.32 |
| HSL | 285º | 0.36% | 0.5% | - |
| HSV(B) | 285º | 0.53% | 0.68% | - |
| XYZ | 23.06 | 15.39 | 41.29 | - |
| YUV | 112.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 173 | 0.13 | 0.53 | 0 | 0.32 | 285 | 0.36 | 0.5 |
| Hex | 96 | 51 | AD | D | 35 | 0 | 20 | 11D | 24 | 32 |
| Octal | 226 | 121 | 255 | 15 | 65 | 0 | 40 | 435 | 44 | 62 |
| Binary | 10010110 | 1010001 | 10101101 | 1101 | 110101 | 0 | 100000 | 100011101 | 100100 | 110010 |
Color Harmonies of #9651AD
Complementary color
Monochromatic Colors of #9651AD
Black with #9651AD
Text Example
Text Example
White with #9651AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9651AD; }
p { color: rgb(150,81,173); }
H1.HeaderClassName
{
color: #9651AD;
}
.AnyTagClassName
{
color: #9651AD;
}
</style>
background-color css
<style>
a { background-color: #9651AD; }
a { background-color: rgb(150,81,173); }
div.DivClassName
{
background-color: #9651AD;
}
.BgClassName
{
background-color: #9651AD;
}
</style>
border-color css
<style>
span { border-color: #9651AD; }
span { border-color: rgb(150,81,173); }
td.TdClassName
{
border-color: #9651AD;
}
.TagClassName
{
border-color: #9651AD;
}
</style>