Shades of Deep Lilac #9659AE
Tints of Deep Lilac #9659AE
RGB
CMYK
RGB Variations
Color information
#9659AE (or 0x9659AE) is known color: Deep Lilac. HEX triplet: 96, 59 and AE. RGB value is (150,89,174). Sum of RGB (Red+Green+Blue) = 150+89+174=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #9659AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9659AE is #69A651. Grayscale: #747474. Windows color (decimal): -6923858 or 11426198. OLE color: 11426198.
HSL color Cylindrical-coordinate representation of color #9659AE: hue angle of 283.06º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9659AE is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 89 | 174 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.32 |
| HSL | 283.06º | 0.34% | 0.52% | - |
| HSV(B) | 283.06º | 0.49% | 0.68% | - |
| XYZ | 23.79 | 16.68 | 42.01 | - |
| YUV | 116.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 174 | 0.14 | 0.49 | 0 | 0.32 | 283.06 | 0.34 | 0.52 |
| Hex | 96 | 59 | AE | E | 31 | 0 | 20 | 11B | 22 | 34 |
| Octal | 226 | 131 | 256 | 16 | 61 | 0 | 40 | 433 | 42 | 64 |
| Binary | 10010110 | 1011001 | 10101110 | 1110 | 110001 | 0 | 100000 | 100011011 | 100010 | 110100 |
Color Harmonies of #9659AE
Complementary color
Monochromatic Colors of #9659AE
Black with #9659AE
Text Example
Text Example
White with #9659AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659AE; }
p { color: rgb(150,89,174); }
H1.HeaderClassName
{
color: #9659AE;
}
.AnyTagClassName
{
color: #9659AE;
}
</style>
background-color css
<style>
a { background-color: #9659AE; }
a { background-color: rgb(150,89,174); }
div.DivClassName
{
background-color: #9659AE;
}
.BgClassName
{
background-color: #9659AE;
}
</style>
border-color css
<style>
span { border-color: #9659AE; }
span { border-color: rgb(150,89,174); }
td.TdClassName
{
border-color: #9659AE;
}
.TagClassName
{
border-color: #9659AE;
}
</style>