Shades of Deep Lilac #9658A7
Tints of Deep Lilac #9658A7
RGB
CMYK
RGB Variations
Color information
#9658A7 (or 0x9658A7) is known color: Deep Lilac. HEX triplet: 96, 58 and A7. RGB value is (150,88,167). Sum of RGB (Red+Green+Blue) = 150+88+167=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 167 - color contains mainly: blue. Hex color #9658A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9658A7 is #69A758. Grayscale: #737373. Windows color (decimal): -6924121 or 10967190. OLE color: 10967190.
HSL color Cylindrical-coordinate representation of color #9658A7: hue angle of 287.09º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9658A7 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 88 | 167 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.35 |
| HSL | 287.09º | 0.31% | 0.5% | - |
| HSV(B) | 287.09º | 0.47% | 0.65% | - |
| XYZ | 23.04 | 16.25 | 38.48 | - |
| YUV | 115.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 167 | 0.10 | 0.47 | 0 | 0.35 | 287.09 | 0.31 | 0.5 |
| Hex | 96 | 58 | A7 | A | 2F | 0 | 23 | 11F | 1F | 32 |
| Octal | 226 | 130 | 247 | 12 | 57 | 0 | 43 | 437 | 37 | 62 |
| Binary | 10010110 | 1011000 | 10100111 | 1010 | 101111 | 0 | 100011 | 100011111 | 11111 | 110010 |
Color Harmonies of #9658A7
Complementary color
Monochromatic Colors of #9658A7
Black with #9658A7
Text Example
Text Example
White with #9658A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9658A7; }
p { color: rgb(150,88,167); }
H1.HeaderClassName
{
color: #9658A7;
}
.AnyTagClassName
{
color: #9658A7;
}
</style>
background-color css
<style>
a { background-color: #9658A7; }
a { background-color: rgb(150,88,167); }
div.DivClassName
{
background-color: #9658A7;
}
.BgClassName
{
background-color: #9658A7;
}
</style>
border-color css
<style>
span { border-color: #9658A7; }
span { border-color: rgb(150,88,167); }
td.TdClassName
{
border-color: #9658A7;
}
.TagClassName
{
border-color: #9658A7;
}
</style>