Shades of Deep Lilac #9A60B9
Tints of Deep Lilac #9A60B9
RGB
CMYK
RGB Variations
Color information
#9A60B9 (or 0x9A60B9) is known color: Deep Lilac. HEX triplet: 9A, 60 and B9. RGB value is (154,96,185). Sum of RGB (Red+Green+Blue) = 154+96+185=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A60B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60B9 is #659F46. Grayscale: #7B7B7B. Windows color (decimal): -6659911 or 12148890. OLE color: 12148890.
HSL color Cylindrical-coordinate representation of color #9A60B9: hue angle of 279.1º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A60B9 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 96 | 185 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.27 |
| HSL | 279.1º | 0.39% | 0.55% | - |
| HSV(B) | 279.1º | 0.48% | 0.73% | - |
| XYZ | 26.27 | 18.74 | 48.13 | - |
| YUV | 123.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 185 | 0.17 | 0.48 | 0 | 0.27 | 279.1 | 0.39 | 0.55 |
| Hex | 9A | 60 | B9 | 11 | 30 | 0 | 1B | 117 | 27 | 37 |
| Octal | 232 | 140 | 271 | 21 | 60 | 0 | 33 | 427 | 47 | 67 |
| Binary | 10011010 | 1100000 | 10111001 | 10001 | 110000 | 0 | 11011 | 100010111 | 100111 | 110111 |
Color Harmonies of #9A60B9
Complementary color
Monochromatic Colors of #9A60B9
Black with #9A60B9
Text Example
Text Example
White with #9A60B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A60B9; }
p { color: rgb(154,96,185); }
H1.HeaderClassName
{
color: #9A60B9;
}
.AnyTagClassName
{
color: #9A60B9;
}
</style>
background-color css
<style>
a { background-color: #9A60B9; }
a { background-color: rgb(154,96,185); }
div.DivClassName
{
background-color: #9A60B9;
}
.BgClassName
{
background-color: #9A60B9;
}
</style>
border-color css
<style>
span { border-color: #9A60B9; }
span { border-color: rgb(154,96,185); }
td.TdClassName
{
border-color: #9A60B9;
}
.TagClassName
{
border-color: #9A60B9;
}
</style>