Shades of Deep Lilac #9647AE
Tints of Deep Lilac #9647AE
RGB
CMYK
RGB Variations
Color information
#9647AE (or 0x9647AE) is known color: Deep Lilac. HEX triplet: 96, 47 and AE. RGB value is (150,71,174). Sum of RGB (Red+Green+Blue) = 150+71+174=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #9647AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9647AE is #69B851. Grayscale: #6A6A6A. Windows color (decimal): -6928466 or 11421590. OLE color: 11421590.
HSL color Cylindrical-coordinate representation of color #9647AE: hue angle of 286.02º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9647AE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 71 | 174 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.32 |
| HSL | 286.02º | 0.42% | 0.48% | - |
| HSV(B) | 286.02º | 0.59% | 0.68% | - |
| XYZ | 22.47 | 14.05 | 41.57 | - |
| YUV | 106.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 174 | 0.14 | 0.59 | 0 | 0.32 | 286.02 | 0.42 | 0.48 |
| Hex | 96 | 47 | AE | E | 3B | 0 | 20 | 11E | 2A | 30 |
| Octal | 226 | 107 | 256 | 16 | 73 | 0 | 40 | 436 | 52 | 60 |
| Binary | 10010110 | 1000111 | 10101110 | 1110 | 111011 | 0 | 100000 | 100011110 | 101010 | 110000 |
Color Harmonies of #9647AE
Complementary color
Monochromatic Colors of #9647AE
Black with #9647AE
Text Example
Text Example
White with #9647AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647AE; }
p { color: rgb(150,71,174); }
H1.HeaderClassName
{
color: #9647AE;
}
.AnyTagClassName
{
color: #9647AE;
}
</style>
background-color css
<style>
a { background-color: #9647AE; }
a { background-color: rgb(150,71,174); }
div.DivClassName
{
background-color: #9647AE;
}
.BgClassName
{
background-color: #9647AE;
}
</style>
border-color css
<style>
span { border-color: #9647AE; }
span { border-color: rgb(150,71,174); }
td.TdClassName
{
border-color: #9647AE;
}
.TagClassName
{
border-color: #9647AE;
}
</style>