Shades of Deep Lilac #9652A9
Tints of Deep Lilac #9652A9
RGB
CMYK
RGB Variations
Color information
#9652A9 (or 0x9652A9) is known color: Deep Lilac. HEX triplet: 96, 52 and A9. RGB value is (150,82,169). Sum of RGB (Red+Green+Blue) = 150+82+169=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 169 - color contains mainly: blue. Hex color #9652A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9652A9 is #69AD56. Grayscale: #6F6F6F. Windows color (decimal): -6925655 or 11096726. OLE color: 11096726.
HSL color Cylindrical-coordinate representation of color #9652A9: hue angle of 286.9º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9652A9 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 82 | 169 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.34 |
| HSL | 286.9º | 0.35% | 0.49% | - |
| HSV(B) | 286.9º | 0.51% | 0.66% | - |
| XYZ | 22.76 | 15.38 | 39.31 | - |
| YUV | 112.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 169 | 0.11 | 0.51 | 0 | 0.34 | 286.9 | 0.35 | 0.49 |
| Hex | 96 | 52 | A9 | B | 33 | 0 | 22 | 11F | 23 | 31 |
| Octal | 226 | 122 | 251 | 13 | 63 | 0 | 42 | 437 | 43 | 61 |
| Binary | 10010110 | 1010010 | 10101001 | 1011 | 110011 | 0 | 100010 | 100011111 | 100011 | 110001 |
Color Harmonies of #9652A9
Complementary color
Monochromatic Colors of #9652A9
Black with #9652A9
Text Example
Text Example
White with #9652A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652A9; }
p { color: rgb(150,82,169); }
H1.HeaderClassName
{
color: #9652A9;
}
.AnyTagClassName
{
color: #9652A9;
}
</style>
background-color css
<style>
a { background-color: #9652A9; }
a { background-color: rgb(150,82,169); }
div.DivClassName
{
background-color: #9652A9;
}
.BgClassName
{
background-color: #9652A9;
}
</style>
border-color css
<style>
span { border-color: #9652A9; }
span { border-color: rgb(150,82,169); }
td.TdClassName
{
border-color: #9652A9;
}
.TagClassName
{
border-color: #9652A9;
}
</style>