Shades of Deep Lilac #9658AB
Tints of Deep Lilac #9658AB
RGB
CMYK
RGB Variations
Color information
#9658AB (or 0x9658AB) is known color: Deep Lilac. HEX triplet: 96, 58 and AB. RGB value is (150,88,171). Sum of RGB (Red+Green+Blue) = 150+88+171=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #9658AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9658AB is #69A754. Grayscale: #737373. Windows color (decimal): -6924117 or 11229334. OLE color: 11229334.
HSL color Cylindrical-coordinate representation of color #9658AB: hue angle of 284.82º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9658AB is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 88 | 171 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.33 |
| HSL | 284.82º | 0.33% | 0.51% | - |
| HSV(B) | 284.82º | 0.49% | 0.67% | - |
| XYZ | 23.42 | 16.4 | 40.46 | - |
| YUV | 116 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 171 | 0.12 | 0.49 | 0 | 0.33 | 284.82 | 0.33 | 0.51 |
| Hex | 96 | 58 | AB | C | 31 | 0 | 21 | 11D | 21 | 33 |
| Octal | 226 | 130 | 253 | 14 | 61 | 0 | 41 | 435 | 41 | 63 |
| Binary | 10010110 | 1011000 | 10101011 | 1100 | 110001 | 0 | 100001 | 100011101 | 100001 | 110011 |
Color Harmonies of #9658AB
Complementary color
Monochromatic Colors of #9658AB
Black with #9658AB
Text Example
Text Example
White with #9658AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9658AB; }
p { color: rgb(150,88,171); }
H1.HeaderClassName
{
color: #9658AB;
}
.AnyTagClassName
{
color: #9658AB;
}
</style>
background-color css
<style>
a { background-color: #9658AB; }
a { background-color: rgb(150,88,171); }
div.DivClassName
{
background-color: #9658AB;
}
.BgClassName
{
background-color: #9658AB;
}
</style>
border-color css
<style>
span { border-color: #9658AB; }
span { border-color: rgb(150,88,171); }
td.TdClassName
{
border-color: #9658AB;
}
.TagClassName
{
border-color: #9658AB;
}
</style>