Shades of Deep Lilac #9A65B9
Tints of Deep Lilac #9A65B9
RGB
CMYK
RGB Variations
Color information
#9A65B9 (or 0x9A65B9) is known color: Deep Lilac. HEX triplet: 9A, 65 and B9. RGB value is (154,101,185). Sum of RGB (Red+Green+Blue) = 154+101+185=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A65B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65B9 is #659A46. Grayscale: #7E7E7E. Windows color (decimal): -6658631 or 12150170. OLE color: 12150170.
HSL color Cylindrical-coordinate representation of color #9A65B9: hue angle of 277.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A65B9 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 101 | 185 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.27 |
| HSL | 277.86º | 0.38% | 0.56% | - |
| HSV(B) | 277.86º | 0.45% | 0.73% | - |
| XYZ | 26.74 | 19.68 | 48.29 | - |
| YUV | 126.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 185 | 0.17 | 0.45 | 0 | 0.27 | 277.86 | 0.38 | 0.56 |
| Hex | 9A | 65 | B9 | 11 | 2D | 0 | 1B | 116 | 26 | 38 |
| Octal | 232 | 145 | 271 | 21 | 55 | 0 | 33 | 426 | 46 | 70 |
| Binary | 10011010 | 1100101 | 10111001 | 10001 | 101101 | 0 | 11011 | 100010110 | 100110 | 111000 |
Color Harmonies of #9A65B9
Complementary color
Monochromatic Colors of #9A65B9
Black with #9A65B9
Text Example
Text Example
White with #9A65B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A65B9; }
p { color: rgb(154,101,185); }
H1.HeaderClassName
{
color: #9A65B9;
}
.AnyTagClassName
{
color: #9A65B9;
}
</style>
background-color css
<style>
a { background-color: #9A65B9; }
a { background-color: rgb(154,101,185); }
div.DivClassName
{
background-color: #9A65B9;
}
.BgClassName
{
background-color: #9A65B9;
}
</style>
border-color css
<style>
span { border-color: #9A65B9; }
span { border-color: rgb(154,101,185); }
td.TdClassName
{
border-color: #9A65B9;
}
.TagClassName
{
border-color: #9A65B9;
}
</style>